#37053E

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

Shades of Blackcurrant #37053E

Tints of Blackcurrant #37053E

Color information

#37053E (or 0x37053E) is unknown color: approx Blackcurrant. HEX triplet: 37, 05 and 3E. RGB value is (55,5,62). Sum of RGB (Red+Green+Blue) = 55+5+62=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 62 (24.61% from 255 or 50.82% from 122); Max value from RGB is 62 - color contains mainly: blue. Hex color #37053E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37053E is #C8FAC1. Grayscale: #1A1A1A. Windows color (decimal): -13171394 or 4064567. OLE color: 4064567.

HSL color Cylindrical-coordinate representation of color #37053E: hue angle of 292.63º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #37053E is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55562-
CMYK0.110.9200.76
HSL292.63º85.07%13.14%-
HSV(B)292.63º91.94%24.31%-
XYZ2.51.274.67-
YUV26.45148.06148.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 62 (24.61% from 255) = 50.82%
R=45.08%
G=4.10%
B=50.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal555620.110.9200.76292.6385.0713.14
Hex3753EB5C04C12555d
Octal6757613134011444512515
Binary110111101111110101110111000100110010010010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,5,62); }

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

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

 a { background-color: rgb(55,5,62); }

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

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

 span { border-color: rgb(55,5,62); }

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