#37043D

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

Shades of Blackcurrant #37043D

Tints of Blackcurrant #37043D

Color information

#37043D (or 0x37043D) is unknown color: approx Blackcurrant. HEX triplet: 37, 04 and 3D. RGB value is (55,4,61). Sum of RGB (Red+Green+Blue) = 55+4+61=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #37043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37043D is #C8FBC2. Grayscale: #191919. Windows color (decimal): -13171651 or 3998775. OLE color: 3998775.

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

Color convert

RGB55461-
CMYK0.100.9300.76
HSL293.68º87.69%12.75%-
HSV(B)293.68º93.44%23.92%-
XYZ2.461.244.52-
YUV25.75147.9148.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.83%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 61 (24.22% from 255) = 50.83%
R=45.83%
G=3.33%
B=50.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal554610.100.9300.76293.6887.6912.75
Hex3743DA5D04C12658d
Octal6747512135011444613015
Binary110111100111101101010111010100110010010011010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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