#370D4F

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

Shades of Blackcurrant #370D4F

Tints of Blackcurrant #370D4F

Color information

#370D4F (or 0x370D4F) is unknown color: approx Blackcurrant. HEX triplet: 37, 0D and 4F. RGB value is (55,13,79). Sum of RGB (Red+Green+Blue) = 55+13+79=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #370D4F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D4F is #C8F2B0. Grayscale: #202020. Windows color (decimal): -13169329 or 5180727. OLE color: 5180727.

HSL color Cylindrical-coordinate representation of color #370D4F: hue angle of 278.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370D4F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB551379-
CMYK0.300.8400.69
HSL278.18º71.74%18.04%-
HSV(B)278.18º83.54%30.98%-
XYZ3.131.667.55-
YUV33.08153.91143.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=37.41%
G=8.84%
B=53.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5513790.300.8400.69278.1871.7418.04
Hex37D4F1E540451164812
Octal671511736124010542611022
Binary1101111101100111111110101010001000101100010110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,79); }

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

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

 a { background-color: rgb(55,13,79); }

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

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

 span { border-color: rgb(55,13,79); }

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