Html Css Color HEX #37013F Blackcurrant

📋 copy color: '#37013F'

red 55 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #37013F

Tints of Blackcurrant #37013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 46.22%
G = 0.84%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37013F (or 0x37013F) is known color: Blackcurrant. HEX triplet: 37, 01 and 3F. RGB value is (55,1,63). Sum of RGB (Red+Green+Blue) = 55+1+63=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #37013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37013F is #C8FEC0. Grayscale: #181818. Windows color (decimal): -13172417 or 4129079. OLE color: 4129079.

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

Color convert

RGB 55 1 63 -
CMYK 0.13 0.98 0 0.75
HSL 292.26º 0.97% 0.13% -
HSV(B) 292.26º 0.98% 0.25% -
XYZ 2.48 1.19 4.8 -
YUV 24.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 55 1 63 0.13 0.98 0 0.75 292.26 0.97 0.13
Hex 37 1 3F D 62 0 4B 124 61 D
Octal 67 1 77 15 142 0 113 444 141 15
Binary 110111 1 111111 1101 1100010 0 1001011 100100100 1100001 1101

Color Harmonies of #37013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37013F

Black with #37013F

Text Example


Text Example

White with #37013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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