Html Css Color HEX #37053E Blackcurrant

📋 copy color: '#37053E'

red 55 ◦ green 5 ◦ blue 62

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

Shades of Blackcurrant #37053E

Tints of Blackcurrant #37053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

 BLUE value IS 62 (24.61% from 255) = 50.82%

R = 45.08%
G = 4.1%
B = 50.82%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37053E (or 0x37053E) is known color: Blackcurrant. HEX triplet: 37, 05 and 3E. RGB value is (55,5,62). Sum of RGB (Red+Green+Blue) = 55+5+62=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #37053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053E is #C8FAC1. Grayscale: #1A1A1A. Windows color (decimal): -13171394 or 4064567. OLE color: 4064567.

HSL color Cylindrical-coordinate representation of color #37053E: hue angle of 292.63º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053E is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 5 62 -
CMYK 0.11 0.92 0 0.76
HSL 292.63º 0.85% 0.13% -
HSV(B) 292.63º 0.92% 0.24% -
XYZ 2.5 1.27 4.67 -
YUV 26.45 148.07 148.37 -
System Red Green Blue C M Y K H S L
Decimal 55 5 62 0.11 0.92 0 0.76 292.63 0.85 0.13
Hex 37 5 3E B 5C 0 4C 125 55 D
Octal 67 5 76 13 134 0 114 445 125 15
Binary 110111 101 111110 1011 1011100 0 1001100 100100101 1010101 1101

Color Harmonies of #37053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37053E

Black with #37053E

Text Example


Text Example

White with #37053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37053E; }

 p { color: rgb(55,5,62); }

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

background-color css

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

 a { background-color: rgb(55,5,62); }

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

border-color css

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

 span { border-color: rgb(55,5,62); }

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