Html Css Color HEX #372145 Blackcurrant

📋 copy color: '#372145'

red 55 ◦ green 33 ◦ blue 69

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

Shades of Blackcurrant #372145

Tints of Blackcurrant #372145

RGB

 RED value IS 55 (21.88% from 255) = 35.03%

 GREEN value IS 33 (13.28% from 255) = 21.02%

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

R = 35.03%
G = 21.02%
B = 43.95%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#372145 (or 0x372145) is known color: Blackcurrant. HEX triplet: 37, 21 and 45. RGB value is (55,33,69). Sum of RGB (Red+Green+Blue) = 55+33+69=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #372145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372145 is #C8DEBA. Grayscale: #2B2B2B. Windows color (decimal): -13164219 or 4530487. OLE color: 4530487.

HSL color Cylindrical-coordinate representation of color #372145: hue angle of 276.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #372145 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 33 69 -
CMYK 0.20 0.52 0 0.73
HSL 276.67º 0.35% 0.2% -
HSV(B) 276.67º 0.52% 0.27% -
XYZ 3.19 2.33 5.91 -
YUV 43.68 142.29 136.07 -
System Red Green Blue C M Y K H S L
Decimal 55 33 69 0.20 0.52 0 0.73 276.67 0.35 0.2
Hex 37 21 45 14 34 0 49 115 23 14
Octal 67 41 105 24 64 0 111 425 43 24
Binary 110111 100001 1000101 10100 110100 0 1001001 100010101 100011 10100

Color Harmonies of #372145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372145

Black with #372145

Text Example


Text Example

White with #372145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372145; }

 p { color: rgb(55,33,69); }

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

background-color css

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

 a { background-color: rgb(55,33,69); }

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

border-color css

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

 span { border-color: rgb(55,33,69); }

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