#37004D

Color #37004D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #37004D

Tints of Blackcurrant #37004D

Color information

#37004D (or 0x37004D) is unknown color: approx Blackcurrant. HEX triplet: 37, 00 and 4D. RGB value is (55,0,77). Sum of RGB (Red+Green+Blue) = 55+0+77=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #37004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37004D is #C8FFB2. Grayscale: #181818. Windows color (decimal): -13172659 or 5046327. OLE color: 5046327.

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

Color convert

RGB55077-
CMYK0.29100.70
HSL282.86º100%15.1%-
HSV(B)282.86º100%30.2%-
XYZ2.921.357.13-
YUV25.22157.22149.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=41.67%
G=0%
B=58.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal550770.29100.70282.8610015.1
Hex3704D1D6404611b64f
Octal67011535144010643314417
Binary110111010011011110111001000100011010001101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37004D;
 }
 .AnyTagClassName
 {
   color: #37004D;
 }
</style>
background-color css

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

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

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

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

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

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