#37063D

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

Shades of Blackcurrant #37063D

Tints of Blackcurrant #37063D

Color information

#37063D (or 0x37063D) is unknown color: approx Blackcurrant. HEX triplet: 37, 06 and 3D. RGB value is (55,6,61). Sum of RGB (Red+Green+Blue) = 55+6+61=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #37063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37063D is #C8F9C2. Grayscale: #1A1A1A. Windows color (decimal): -13171139 or 3999287. OLE color: 3999287.

HSL color Cylindrical-coordinate representation of color #37063D: hue angle of 293.45º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37063D is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55661-
CMYK0.100.9000.76
HSL293.45º82.09%13.14%-
HSV(B)293.45º90.16%23.92%-
XYZ2.481.284.53-
YUV26.92147.23148.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 61 (24.22% from 255) = 50%
R=45.08%
G=4.92%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal556610.100.9000.76293.4582.0913.14
Hex3763DA5A04C12552d
Octal6767512132011444512215
Binary110111110111101101010110100100110010010010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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