#370353

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

Shades of Blackcurrant #370353

Tints of Blackcurrant #370353

Color information

#370353 (or 0x370353) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 53. RGB value is (55,3,83). Sum of RGB (Red+Green+Blue) = 55+3+83=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #370353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370353 is #C8FCAC. Grayscale: #1B1B1B. Windows color (decimal): -13171885 or 5440311. OLE color: 5440311.

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

Color convert

RGB55383-
CMYK0.340.9600.67
HSL279º93.02%16.86%-
HSV(B)279º96.39%32.55%-
XYZ3.171.58.31-
YUV27.67159.23147.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 83 (32.81% from 255) = 58.87%
R=39.01%
G=2.13%
B=58.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal553830.340.9600.6727993.0216.86
Hex3735322600431175d11
Octal67312342140010342713521
Binary110111111010011100010110000001000011100010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370353; }

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

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

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

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

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

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

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

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