#370251

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

Shades of Blackcurrant #370251

Tints of Blackcurrant #370251

Color information

#370251 (or 0x370251) is unknown color: approx Blackcurrant. HEX triplet: 37, 02 and 51. RGB value is (55,2,81). Sum of RGB (Red+Green+Blue) = 55+2+81=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #370251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370251 is #C8FDAE. Grayscale: #1A1A1A. Windows color (decimal): -13172143 or 5308983. OLE color: 5308983.

HSL color Cylindrical-coordinate representation of color #370251: hue angle of 280.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370251 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55281-
CMYK0.320.9800.68
HSL280.25º95.18%16.27%-
HSV(B)280.25º97.53%31.76%-
XYZ3.081.457.9-
YUV26.85158.56148.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=39.86%
G=1.45%
B=58.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal552810.320.9800.68280.2595.1816.27
Hex3725120620441185f10
Octal67212140142010443013720
Binary110111101010001100000110001001000100100011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370251; }

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

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

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

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

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

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

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

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