#370941

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

Shades of Blackcurrant #370941

Tints of Blackcurrant #370941

Color information

#370941 (or 0x370941) is unknown color: approx Blackcurrant. HEX triplet: 37, 09 and 41. RGB value is (55,9,65). Sum of RGB (Red+Green+Blue) = 55+9+65=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #370941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370941 is #C8F6BE. Grayscale: #1C1C1C. Windows color (decimal): -13170367 or 4262199. OLE color: 4262199.

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

Color convert

RGB55965-
CMYK0.150.8600.75
HSL289.29º75.68%14.51%-
HSV(B)289.29º86.15%25.49%-
XYZ2.631.395.13-
YUV29.14148.24146.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 65 (25.78% from 255) = 50.39%
R=42.64%
G=6.98%
B=50.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal559650.150.8600.75289.2975.6814.51
Hex37941F5604B1214cf
Octal671110117126011344111417
Binary11011110011000001111110101100100101110010000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370941; }

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

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

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

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

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

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

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

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