#350A46

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

Shades of Blackcurrant #350A46

Tints of Blackcurrant #350A46

Color information

#350A46 (or 0x350A46) is unknown color: approx Blackcurrant. HEX triplet: 35, 0A and 46. RGB value is (53,10,70). Sum of RGB (Red+Green+Blue) = 53+10+70=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #350A46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A46 is #CAF5B9. Grayscale: #1D1D1D. Windows color (decimal): -13301178 or 4590133. OLE color: 4590133.

HSL color Cylindrical-coordinate representation of color #350A46: hue angle of 283º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #350A46 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB531070-
CMYK0.240.8600.73
HSL283º75%15.69%-
HSV(B)283º85.71%27.45%-
XYZ2.681.425.93-
YUV29.7150.75144.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=39.85%
G=7.52%
B=52.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5310700.240.8600.732837515.69
Hex35A46185604911b4b10
Octal651210630126011143311320
Binary1101011010100011011000101011001001001100011011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350A46; }

 p { color: rgb(53,10,70); }

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

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

 a { background-color: rgb(53,10,70); }

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

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

 span { border-color: rgb(53,10,70); }

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