Html Css Color HEX #37014D Blackcurrant

📋 copy color: '#37014D'

red 55 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #37014D

Tints of Blackcurrant #37014D

RGB

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

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

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

R = 41.35%
G = 0.75%
B = 57.89%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37014D (or 0x37014D) is known color: Blackcurrant. HEX triplet: 37, 01 and 4D. RGB value is (55,1,77). Sum of RGB (Red+Green+Blue) = 55+1+77=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #37014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37014D is #C8FEB2. Grayscale: #191919. Windows color (decimal): -13172403 or 5046583. OLE color: 5046583.

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

Color convert

RGB 55 1 77 -
CMYK 0.29 0.99 0 0.70
HSL 282.63º 0.97% 0.15% -
HSV(B) 282.63º 0.99% 0.3% -
XYZ 2.93 1.37 7.13 -
YUV 25.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 55 1 77 0.29 0.99 0 0.70 282.63 0.97 0.15
Hex 37 1 4D 1D 63 0 46 11B 61 F
Octal 67 1 115 35 143 0 106 433 141 17
Binary 110111 1 1001101 11101 1100011 0 1000110 100011011 1100001 1111

Color Harmonies of #37014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37014D

Black with #37014D

Text Example


Text Example

White with #37014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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