Html Css Color HEX #37194B Blackcurrant

📋 copy color: '#37194B'

red 55 ◦ green 25 ◦ blue 75

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

Shades of Blackcurrant #37194B

Tints of Blackcurrant #37194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

 BLUE value IS 75 (29.69% from 255) = 48.39%

R = 35.48%
G = 16.13%
B = 48.39%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37194B (or 0x37194B) is known color: Blackcurrant. HEX triplet: 37, 19 and 4B. RGB value is (55,25,75). Sum of RGB (Red+Green+Blue) = 55+25+75=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 75 (29.69% from 255 or 48.39% from 155); Max value from RGB is 75 - color contains mainly: blue. Hex color #37194B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37194B is #C8E6B4. Grayscale: #272727. Windows color (decimal): -13166261 or 4921655. OLE color: 4921655.

HSL color Cylindrical-coordinate representation of color #37194B: hue angle of 276º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37194B is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 25 75 -
CMYK 0.27 0.67 0 0.71
HSL 276º 0.5% 0.2% -
HSV(B) 276º 0.67% 0.29% -
XYZ 3.19 2.02 6.88 -
YUV 39.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 55 25 75 0.27 0.67 0 0.71 276 0.5 0.2
Hex 37 19 4B 1B 43 0 47 114 32 14
Octal 67 31 113 33 103 0 107 424 62 24
Binary 110111 11001 1001011 11011 1000011 0 1000111 100010100 110010 10100

Color Harmonies of #37194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37194B

Black with #37194B

Text Example


Text Example

White with #37194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37194B; }

 p { color: rgb(55,25,75); }

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

background-color css

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

 a { background-color: rgb(55,25,75); }

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

border-color css

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

 span { border-color: rgb(55,25,75); }

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