#37034B

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

Shades of Blackcurrant #37034B

Tints of Blackcurrant #37034B

Color information

#37034B (or 0x37034B) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 4B. RGB value is (55,3,75). Sum of RGB (Red+Green+Blue) = 55+3+75=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #37034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37034B is #C8FCB4. Grayscale: #1A1A1A. Windows color (decimal): -13171893 or 4916023. OLE color: 4916023.

HSL color Cylindrical-coordinate representation of color #37034B: hue angle of 283.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37034B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB55375-
CMYK0.270.9600.71
HSL283.33º92.31%15.29%-
HSV(B)283.33º96%29.41%-
XYZ2.881.396.77-
YUV26.76155.23148.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=41.35%
G=2.26%
B=56.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal553750.270.9600.71283.3392.3115.29
Hex3734B1B6004711b5cf
Octal67311333140010743313417
Binary1101111110010111101111000000100011110001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37034B; }

 p { color: rgb(55,3,75); }

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

<style>
 a { background-color: #37034B; }

 a { background-color: rgb(55,3,75); }

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

<style>
 span { border-color: #37034B; }

 span { border-color: rgb(55,3,75); }

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