Html Css Color HEX #371142 Blackcurrant

📋 copy color: '#371142'

red 55 ◦ green 17 ◦ blue 66

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

Shades of Blackcurrant #371142

Tints of Blackcurrant #371142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 66 (26.17% from 255) = 47.83%

R = 39.86%
G = 12.32%
B = 47.83%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#371142 (or 0x371142) is known color: Blackcurrant. HEX triplet: 37, 11 and 42. RGB value is (55,17,66). Sum of RGB (Red+Green+Blue) = 55+17+66=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 66 (26.17% from 255 or 47.83% from 138); Max value from RGB is 66 - color contains mainly: blue. Hex color #371142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371142 is #C8EEBD. Grayscale: #212121. Windows color (decimal): -13168318 or 4329783. OLE color: 4329783.

HSL color Cylindrical-coordinate representation of color #371142: hue angle of 286.53º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371142 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 17 66 -
CMYK 0.17 0.74 0 0.74
HSL 286.53º 0.59% 0.16% -
HSV(B) 286.53º 0.74% 0.26% -
XYZ 2.76 1.61 5.32 -
YUV 33.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 55 17 66 0.17 0.74 0 0.74 286.53 0.59 0.16
Hex 37 11 42 11 4A 0 4A 11F 3B 10
Octal 67 21 102 21 112 0 112 437 73 20
Binary 110111 10001 1000010 10001 1001010 0 1001010 100011111 111011 10000

Color Harmonies of #371142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371142

Black with #371142

Text Example


Text Example

White with #371142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371142; }

 p { color: rgb(55,17,66); }

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

background-color css

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

 a { background-color: rgb(55,17,66); }

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

border-color css

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

 span { border-color: rgb(55,17,66); }

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