#351244

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

Shades of Blackcurrant #351244

Tints of Blackcurrant #351244

Color information

#351244 (or 0x351244) is unknown color: approx Blackcurrant. HEX triplet: 35, 12 and 44. RGB value is (53,18,68). Sum of RGB (Red+Green+Blue) = 53+18+68=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #351244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351244 is #CAEDBB. Grayscale: #222222. Windows color (decimal): -13299132 or 4461109. OLE color: 4461109.

HSL color Cylindrical-coordinate representation of color #351244: hue angle of 282º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #351244 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB531868-
CMYK0.220.7400.73
HSL282º58.14%16.86%-
HSV(B)282º73.53%26.67%-
XYZ2.731.615.64-
YUV34.16147.1141.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=38.13%
G=12.95%
B=48.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5318680.220.7400.7328258.1416.86
Hex351244164A04911a3a11
Octal65221042611201114327221
Binary1101011001010001001011010010100100100110001101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351244; }

 p { color: rgb(53,18,68); }

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

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

 a { background-color: rgb(53,18,68); }

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

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

 span { border-color: rgb(53,18,68); }

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