Html Css Color HEX #37014E Blackcurrant

📋 copy color: '#37014E'

red 55 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #37014E

Tints of Blackcurrant #37014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 58.21%

R = 41.04%
G = 0.75%
B = 58.21%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37014E (or 0x37014E) is known color: Blackcurrant. HEX triplet: 37, 01 and 4E. RGB value is (55,1,78). Sum of RGB (Red+Green+Blue) = 55+1+78=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #37014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37014E is #C8FEB1. Grayscale: #191919. Windows color (decimal): -13172402 or 5112119. OLE color: 5112119.

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

Color convert

RGB 55 1 78 -
CMYK 0.29 0.99 0 0.69
HSL 282.08º 0.97% 0.15% -
HSV(B) 282.08º 0.99% 0.31% -
XYZ 2.96 1.38 7.32 -
YUV 25.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 55 1 78 0.29 0.99 0 0.69 282.08 0.97 0.15
Hex 37 1 4E 1D 63 0 45 11A 61 F
Octal 67 1 116 35 143 0 105 432 141 17
Binary 110111 1 1001110 11101 1100011 0 1000101 100011010 1100001 1111

Color Harmonies of #37014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37014E

Black with #37014E

Text Example


Text Example

White with #37014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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