#370351

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

Shades of Blackcurrant #370351

Tints of Blackcurrant #370351

Color information

#370351 (or 0x370351) is unknown color: approx Blackcurrant. HEX triplet: 37, 03 and 51. RGB value is (55,3,81). Sum of RGB (Red+Green+Blue) = 55+3+81=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #370351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370351 is #C8FCAE. Grayscale: #1B1B1B. Windows color (decimal): -13171887 or 5309239. OLE color: 5309239.

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

Color convert

RGB55381-
CMYK0.320.9600.68
HSL280º92.86%16.47%-
HSV(B)280º96.3%31.76%-
XYZ3.091.477.91-
YUV27.44158.23147.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.57%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=39.57%
G=2.16%
B=58.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal553810.320.9600.6828092.8616.47
Hex3735120600441185d10
Octal67312140140010443013520
Binary110111111010001100000110000001000100100011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370351; }

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

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

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

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

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

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

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

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