#370B51

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

Shades of Blackcurrant #370B51

Tints of Blackcurrant #370B51

Color information

#370B51 (or 0x370B51) is unknown color: approx Blackcurrant. HEX triplet: 37, 0B and 51. RGB value is (55,11,81). Sum of RGB (Red+Green+Blue) = 55+11+81=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #370B51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B51 is #C8F4AE. Grayscale: #1F1F1F. Windows color (decimal): -13169839 or 5311287. OLE color: 5311287.

HSL color Cylindrical-coordinate representation of color #370B51: hue angle of 277.71º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370B51 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB551181-
CMYK0.320.8600.68
HSL277.71º76.09%18.04%-
HSV(B)277.71º86.42%31.76%-
XYZ3.181.657.93-
YUV32.14155.58144.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 81 (32.03% from 255) = 55.10%
R=37.41%
G=7.48%
B=55.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5511810.320.8600.68277.7176.0918.04
Hex37B5120560441164c12
Octal671312140126010442611422
Binary11011110111010001100000101011001000100100010110100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370B51; }

 p { color: rgb(55,11,81); }

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

<style>
 a { background-color: #370B51; }

 a { background-color: rgb(55,11,81); }

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

<style>
 span { border-color: #370B51; }

 span { border-color: rgb(55,11,81); }

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