#370352

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

Shades of Blackcurrant #370352

Tints of Blackcurrant #370352

Color information

#370352 (or 0x370352) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 52. RGB value is (55,3,82). Sum of RGB (Red+Green+Blue) = 55+3+82=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #370352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370352 is #C8FCAD. Grayscale: #1B1B1B. Windows color (decimal): -13171886 or 5374775. OLE color: 5374775.

HSL color Cylindrical-coordinate representation of color #370352: hue angle of 279.49º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370352 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55382-
CMYK0.330.9600.68
HSL279.49º92.94%16.67%-
HSV(B)279.49º96.34%32.16%-
XYZ3.131.498.1-
YUV27.55158.73147.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 82 (32.42% from 255) = 58.57%
R=39.29%
G=2.14%
B=58.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal553820.330.9600.68279.4992.9416.67
Hex3735221600441175d11
Octal67312241140010442713521
Binary110111111010010100001110000001000100100010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370352; }

 p { color: rgb(55,3,82); }

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

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

 a { background-color: rgb(55,3,82); }

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

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

 span { border-color: rgb(55,3,82); }

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