Html Css Color HEX #37013D Blackcurrant

📋 copy color: '#37013D'

red 55 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #37013D

Tints of Blackcurrant #37013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 47.01%
G = 0.85%
B = 52.14%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37013D (or 0x37013D) is known color: Blackcurrant. HEX triplet: 37, 01 and 3D. RGB value is (55,1,61). Sum of RGB (Red+Green+Blue) = 55+1+61=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #37013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37013D is #C8FEC2. Grayscale: #171717. Windows color (decimal): -13172419 or 3998007. OLE color: 3998007.

HSL color Cylindrical-coordinate representation of color #37013D: hue angle of 294º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37013D is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 1 61 -
CMYK 0.10 0.98 0 0.76
HSL 294º 0.97% 0.12% -
HSV(B) 294º 0.98% 0.24% -
XYZ 2.43 1.17 4.51 -
YUV 23.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 55 1 61 0.10 0.98 0 0.76 294 0.97 0.12
Hex 37 1 3D A 62 0 4C 126 61 C
Octal 67 1 75 12 142 0 114 446 141 14
Binary 110111 1 111101 1010 1100010 0 1001100 100100110 1100001 1100

Color Harmonies of #37013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37013D

Black with #37013D

Text Example


Text Example

White with #37013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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