Html Css Color HEX #37194D Blackcurrant

📋 copy color: '#37194D'

red 55 ◦ green 25 ◦ blue 77

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

Shades of Blackcurrant #37194D

Tints of Blackcurrant #37194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.04%

R = 35.03%
G = 15.92%
B = 49.04%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37194D (or 0x37194D) is known color: Blackcurrant. HEX triplet: 37, 19 and 4D. RGB value is (55,25,77). Sum of RGB (Red+Green+Blue) = 55+25+77=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #37194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37194D is #C8E6B2. Grayscale: #272727. Windows color (decimal): -13166259 or 5052727. OLE color: 5052727.

HSL color Cylindrical-coordinate representation of color #37194D: hue angle of 274.62º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37194D is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 25 77 -
CMYK 0.29 0.68 0 0.70
HSL 274.62º 0.51% 0.2% -
HSV(B) 274.62º 0.68% 0.3% -
XYZ 3.26 2.04 7.24 -
YUV 39.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 55 25 77 0.29 0.68 0 0.70 274.62 0.51 0.2
Hex 37 19 4D 1D 44 0 46 113 33 14
Octal 67 31 115 35 104 0 106 423 63 24
Binary 110111 11001 1001101 11101 1000100 0 1000110 100010011 110011 10100

Color Harmonies of #37194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37194D

Black with #37194D

Text Example


Text Example

White with #37194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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