Html Css Color HEX #37114F Blackcurrant

📋 copy color: '#37114F'

red 55 ◦ green 17 ◦ blue 79

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

Shades of Blackcurrant #37114F

Tints of Blackcurrant #37114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.32%

R = 36.42%
G = 11.26%
B = 52.32%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37114F (or 0x37114F) is known color: Blackcurrant. HEX triplet: 37, 11 and 4F. RGB value is (55,17,79). Sum of RGB (Red+Green+Blue) = 55+17+79=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #37114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37114F is #C8EEB0. Grayscale: #232323. Windows color (decimal): -13168305 or 5181751. OLE color: 5181751.

HSL color Cylindrical-coordinate representation of color #37114F: hue angle of 276.77º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37114F is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 17 79 -
CMYK 0.30 0.78 0 0.69
HSL 276.77º 0.65% 0.19% -
HSV(B) 276.77º 0.78% 0.31% -
XYZ 3.19 1.78 7.57 -
YUV 35.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 55 17 79 0.30 0.78 0 0.69 276.77 0.65 0.19
Hex 37 11 4F 1E 4E 0 45 115 41 13
Octal 67 21 117 36 116 0 105 425 101 23
Binary 110111 10001 1001111 11110 1001110 0 1000101 100010101 1000001 10011

Color Harmonies of #37114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37114F

Black with #37114F

Text Example


Text Example

White with #37114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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