Html Css Color HEX #37023F Blackcurrant

📋 copy color: '#37023F'

red 55 ◦ green 2 ◦ blue 63

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

Shades of Blackcurrant #37023F

Tints of Blackcurrant #37023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 63 (25% from 255) = 52.5%

R = 45.83%
G = 1.67%
B = 52.5%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37023F (or 0x37023F) is known color: Blackcurrant. HEX triplet: 37, 02 and 3F. RGB value is (55,2,63). Sum of RGB (Red+Green+Blue) = 55+2+63=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 63 (25% from 255 or 52.5% from 120); Max value from RGB is 63 - color contains mainly: blue. Hex color #37023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37023F is #C8FDC0. Grayscale: #181818. Windows color (decimal): -13172161 or 4129335. OLE color: 4129335.

HSL color Cylindrical-coordinate representation of color #37023F: hue angle of 292.13º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37023F is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 2 63 -
CMYK 0.13 0.97 0 0.75
HSL 292.13º 0.94% 0.13% -
HSV(B) 292.13º 0.97% 0.25% -
XYZ 2.49 1.21 4.81 -
YUV 24.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 55 2 63 0.13 0.97 0 0.75 292.13 0.94 0.13
Hex 37 2 3F D 61 0 4B 124 5E D
Octal 67 2 77 15 141 0 113 444 136 15
Binary 110111 10 111111 1101 1100001 0 1001011 100100100 1011110 1101

Color Harmonies of #37023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37023F

Black with #37023F

Text Example


Text Example

White with #37023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,2,63); }

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

background-color css

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

 a { background-color: rgb(55,2,63); }

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

border-color css

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

 span { border-color: rgb(55,2,63); }

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