Html Css Color HEX #37014C Blackcurrant

📋 copy color: '#37014C'

red 55 ◦ green 1 ◦ blue 76

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

Shades of Blackcurrant #37014C

Tints of Blackcurrant #37014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 57.58%

R = 41.67%
G = 0.76%
B = 57.58%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37014C (or 0x37014C) is known color: Blackcurrant. HEX triplet: 37, 01 and 4C. RGB value is (55,1,76). Sum of RGB (Red+Green+Blue) = 55+1+76=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 76 (30.08% from 255 or 57.58% from 132); Max value from RGB is 76 - color contains mainly: blue. Hex color #37014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37014C is #C8FEB3. Grayscale: #191919. Windows color (decimal): -13172404 or 4981047. OLE color: 4981047.

HSL color Cylindrical-coordinate representation of color #37014C: hue angle of 283.2º 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 #37014C is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 1 76 -
CMYK 0.28 0.99 0 0.70
HSL 283.2º 0.97% 0.15% -
HSV(B) 283.2º 0.99% 0.3% -
XYZ 2.89 1.36 6.95 -
YUV 25.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 55 1 76 0.28 0.99 0 0.70 283.2 0.97 0.15
Hex 37 1 4C 1C 63 0 46 11B 61 F
Octal 67 1 114 34 143 0 106 433 141 17
Binary 110111 1 1001100 11100 1100011 0 1000110 100011011 1100001 1111

Color Harmonies of #37014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37014C

Black with #37014C

Text Example


Text Example

White with #37014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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