#370B4B

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

Shades of Blackcurrant #370B4B

Tints of Blackcurrant #370B4B

Color information

#370B4B (or 0x370B4B) is unknown color: approx Blackcurrant. HEX triplet: 37, 0B and 4B. RGB value is (55,11,75). Sum of RGB (Red+Green+Blue) = 55+11+75=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 75 (29.69% from 255 or 53.19% from 141); Max value from RGB is 75 - color contains mainly: blue. Hex color #370B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B4B is #C8F4B4. Grayscale: #1F1F1F. Windows color (decimal): -13169845 or 4918071. OLE color: 4918071.

HSL color Cylindrical-coordinate representation of color #370B4B: hue angle of 281.25º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370B4B is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB551175-
CMYK0.270.8500.71
HSL281.25º74.42%16.86%-
HSV(B)281.25º85.33%29.41%-
XYZ2.971.566.8-
YUV31.45152.58144.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 75 (29.69% from 255) = 53.19%
R=39.01%
G=7.80%
B=53.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5511750.270.8500.71281.2574.4216.86
Hex37B4B1B550471194a11
Octal671311333125010743111221
Binary1101111011100101111011101010101000111100011001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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