Html Css Color HEX #301745 Blackcurrant

📋 copy color: '#301745'

red 48 ◦ green 23 ◦ blue 69

#301745
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #301745

Tints of Blackcurrant #301745

RGB

 RED value IS 48 (19.14% from 255) = 34.29%

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 69 (27.34% from 255) = 49.29%

R = 34.29%
G = 16.43%
B = 49.29%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#301745 (or 0x301745) is known color: Blackcurrant. HEX triplet: 30, 17 and 45. RGB value is (48,23,69). Sum of RGB (Red+Green+Blue) = 48+23+69=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #301745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301745 is #CFE8BA. Grayscale: #232323. Windows color (decimal): -13625531 or 4527920. OLE color: 4527920.

HSL color Cylindrical-coordinate representation of color #301745: hue angle of 272.61º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301745 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 23 69 -
CMYK 0.30 0.67 0 0.73
HSL 272.61º 0.5% 0.18% -
HSV(B) 272.61º 0.67% 0.27% -
XYZ 2.6 1.67 5.82 -
YUV 35.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 48 23 69 0.30 0.67 0 0.73 272.61 0.5 0.18
Hex 30 17 45 1E 43 0 49 111 32 12
Octal 60 27 105 36 103 0 111 421 62 22
Binary 110000 10111 1000101 11110 1000011 0 1001001 100010001 110010 10010

Color Harmonies of #301745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301745

Black with #301745

Text Example


Text Example

White with #301745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301745; }

 p { color: rgb(48,23,69); }

 H1.HeaderClassName
 {
   color: #301745;
 }
 .AnyTagClassName
 {
   color: #301745;
 }
</style>

background-color css

<style>
 a { background-color: #301745; }

 a { background-color: rgb(48,23,69); }

 div.DivClassName
 {
   background-color: #301745;
 }
 .BgClassName
 {
   background-color: #301745;
 }
</style>

border-color css

<style>
 span { border-color: #301745; }

 span { border-color: rgb(48,23,69); }

 td.TdClassName
 {
   border-color: #301745;
 }
 .TagClassName
 {
   border-color: #301745;
 }
</style>