#370948

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

Shades of Blackcurrant #370948

Tints of Blackcurrant #370948

Color information

#370948 (or 0x370948) is unknown color: approx Blackcurrant. HEX triplet: 37, 09 and 48. RGB value is (55,9,72). Sum of RGB (Red+Green+Blue) = 55+9+72=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #370948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370948 is #C8F6B7. Grayscale: #1D1D1D. Windows color (decimal): -13170360 or 4720951. OLE color: 4720951.

HSL color Cylindrical-coordinate representation of color #370948: hue angle of 283.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370948 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB55972-
CMYK0.240.8800.72
HSL283.81º77.78%15.88%-
HSV(B)283.81º87.5%28.24%-
XYZ2.841.486.27-
YUV29.94151.74145.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=40.44%
G=6.62%
B=52.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal559720.240.8800.72283.8177.7815.88
Hex37948185804811c4e10
Octal671111030130011043411620
Binary1101111001100100011000101100001001000100011100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370948; }

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

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

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

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

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

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

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

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