#370E41

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

Shades of Blackcurrant #370E41

Tints of Blackcurrant #370E41

Color information

#370E41 (or 0x370E41) is unknown color: approx Blackcurrant. HEX triplet: 37, 0E and 41. RGB value is (55,14,65). Sum of RGB (Red+Green+Blue) = 55+14+65=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #370E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E41 is #C8F1BE. Grayscale: #1F1F1F. Windows color (decimal): -13169087 or 4263479. OLE color: 4263479.

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

Color convert

RGB551465-
CMYK0.150.7800.75
HSL288.24º64.56%15.49%-
HSV(B)288.24º78.46%25.49%-
XYZ2.691.515.15-
YUV32.07146.58144.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=41.04%
G=10.45%
B=48.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5514650.150.7800.75288.2464.5615.49
Hex37E41F4E04B12041f
Octal671610117116011344010117
Binary11011111101000001111110011100100101110010000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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