#370253

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

Shades of Blackcurrant #370253

Tints of Blackcurrant #370253

Color information

#370253 (or 0x370253) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 53. RGB value is (55,2,83). Sum of RGB (Red+Green+Blue) = 55+2+83=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 83 (32.81% from 255 or 59.29% from 140); Max value from RGB is 83 - color contains mainly: blue. Hex color #370253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370253 is #C8FDAC. Grayscale: #1A1A1A. Windows color (decimal): -13172141 or 5440055. OLE color: 5440055.

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

Color convert

RGB55283-
CMYK0.340.9800.67
HSL279.26º95.29%16.67%-
HSV(B)279.26º97.59%32.55%-
XYZ3.161.488.3-
YUV27.08159.56147.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 83 (32.81% from 255) = 59.29%
R=39.29%
G=1.43%
B=59.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal552830.340.9800.67279.2695.2916.67
Hex3725322620431175f11
Octal67212342142010342713721
Binary110111101010011100010110001001000011100010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370253; }

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

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

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

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

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

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

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

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