#370A41

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

Shades of Blackcurrant #370A41

Tints of Blackcurrant #370A41

Color information

#370A41 (or 0x370A41) is unknown color: approx Blackcurrant. HEX triplet: 37, 0A and 41. RGB value is (55,10,65). Sum of RGB (Red+Green+Blue) = 55+10+65=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #370A41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A41 is #C8F5BE. Grayscale: #1D1D1D. Windows color (decimal): -13170111 or 4262455. OLE color: 4262455.

HSL color Cylindrical-coordinate representation of color #370A41: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370A41 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB551065-
CMYK0.150.8500.75
HSL289.09º73.33%14.71%-
HSV(B)289.09º84.62%25.49%-
XYZ2.641.415.13-
YUV29.72147.91146.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 65 (25.78% from 255) = 50%
R=42.31%
G=7.69%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5510650.150.8500.75289.0973.3314.71
Hex37A41F5504B12149f
Octal671210117125011344111117
Binary11011110101000001111110101010100101110010000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,10,65); }

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

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

 a { background-color: rgb(55,10,65); }

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

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

 span { border-color: rgb(55,10,65); }

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