#37023D

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

Shades of Blackcurrant #37023D

Tints of Blackcurrant #37023D

Color information

#37023D (or 0x37023D) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 3D. RGB value is (55,2,61). Sum of RGB (Red+Green+Blue) = 55+2+61=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #37023D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37023D is #C8FDC2. Grayscale: #181818. Windows color (decimal): -13172163 or 3998263. OLE color: 3998263.

HSL color Cylindrical-coordinate representation of color #37023D: hue angle of 293.9º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37023D is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55261-
CMYK0.100.9700.76
HSL293.9º93.65%12.35%-
HSV(B)293.9º96.72%23.92%-
XYZ2.441.194.52-
YUV24.57148.56149.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 61 (24.22% from 255) = 51.69%
R=46.61%
G=1.69%
B=51.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal552610.100.9700.76293.993.6512.35
Hex3723DA6104C1265ec
Octal6727512141011444613614
Binary11011110111101101011000010100110010010011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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