#37064D

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

Shades of Blackcurrant #37064D

Tints of Blackcurrant #37064D

Color information

#37064D (or 0x37064D) is unknown color: approx Blackcurrant. HEX triplet: 37, 06 and 4D. RGB value is (55,6,77). Sum of RGB (Red+Green+Blue) = 55+6+77=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #37064D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37064D is #C8F9B2. Grayscale: #1C1C1C. Windows color (decimal): -13171123 or 5047863. OLE color: 5047863.

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

Color convert

RGB55677-
CMYK0.290.9200.70
HSL281.41º85.54%16.27%-
HSV(B)281.41º92.21%30.2%-
XYZ2.981.487.15-
YUV28.74155.23146.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 6 (2.73% from 255) = 4.35%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=39.86%
G=4.35%
B=55.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal556770.290.9200.70281.4185.5416.27
Hex3764D1D5C0461195610
Octal67611535134010643112620
Binary110111110100110111101101110001000110100011001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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