#35032B

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

Shades of Blackberry #35032B

Tints of Blackberry #35032B

Color information

#35032B (or 0x35032B) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 2B. RGB value is (53,3,43). Sum of RGB (Red+Green+Blue) = 53+3+43=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #35032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35032B is #CAFCD4. Grayscale: #161616. Windows color (decimal): -13302997 or 2818869. OLE color: 2818869.

HSL color Cylindrical-coordinate representation of color #35032B: hue angle of 312º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35032B is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB53343-
CMYK00.940.190.79
HSL312º89.29%10.98%-
HSV(B)312º94.34%20.78%-
XYZ1.9412.38-
YUV22.51139.56149.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=53.54%
G=3.03%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5334300.940.190.7931289.2910.98
Hex3532B05E134F13859b
Octal6535301362311747013113
Binary110101111010110101111010011100111110011100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35032B; }

 p { color: rgb(53,3,43); }

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

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

 a { background-color: rgb(53,3,43); }

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

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

 span { border-color: rgb(53,3,43); }

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