Html Css Color HEX #371242 Blackcurrant

📋 copy color: '#371242'

red 55 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #371242

Tints of Blackcurrant #371242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 39.57%
G = 12.95%
B = 47.48%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#371242 (or 0x371242) is known color: Blackcurrant. HEX triplet: 37, 12 and 42. RGB value is (55,18,66). Sum of RGB (Red+Green+Blue) = 55+18+66=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 66 - color contains mainly: blue. Hex color #371242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371242 is #C8EDBD. Grayscale: #222222. Windows color (decimal): -13168062 or 4330039. OLE color: 4330039.

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

Color convert

RGB 55 18 66 -
CMYK 0.17 0.73 0 0.74
HSL 286.25º 0.57% 0.16% -
HSV(B) 286.25º 0.73% 0.26% -
XYZ 2.78 1.64 5.32 -
YUV 34.54 145.76 142.6 -
System Red Green Blue C M Y K H S L
Decimal 55 18 66 0.17 0.73 0 0.74 286.25 0.57 0.16
Hex 37 12 42 11 49 0 4A 11E 39 10
Octal 67 22 102 21 111 0 112 436 71 20
Binary 110111 10010 1000010 10001 1001001 0 1001010 100011110 111001 10000

Color Harmonies of #371242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371242

Black with #371242

Text Example


Text Example

White with #371242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371242; }

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

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

background-color css

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

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

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

border-color css

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

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

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