#350529

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

Shades of Blackberry #350529

Tints of Blackberry #350529

Color information

#350529 (or 0x350529) is unknown color: approx Blackberry. HEX triplet: 35, 05 and 29. RGB value is (53,5,41). Sum of RGB (Red+Green+Blue) = 53+5+41=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350529 is #CAFAD6. Grayscale: #171717. Windows color (decimal): -13302487 or 2688309. OLE color: 2688309.

HSL color Cylindrical-coordinate representation of color #350529: hue angle of 315º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350529 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB53541-
CMYK00.910.230.79
HSL315º82.76%11.37%-
HSV(B)315º90.57%20.78%-
XYZ1.921.032.19-
YUV23.46137.9149.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=53.54%
G=5.05%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5354100.910.230.7931582.7611.37
Hex3552905B174F13b53b
Octal6555101332711747312313
Binary1101011011010010101101110111100111110011101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350529; }

 p { color: rgb(53,5,41); }

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

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

 a { background-color: rgb(53,5,41); }

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

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

 span { border-color: rgb(53,5,41); }

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