#35051A

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

Shades of Blackberry #35051A

Tints of Blackberry #35051A

Color information

#35051A (or 0x35051A) is unknown color: approx Blackberry. HEX triplet: 35, 05 and 1A. RGB value is (53,5,26). Sum of RGB (Red+Green+Blue) = 53+5+26=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35051A is #CAFAE5. Grayscale: #151515. Windows color (decimal): -13302502 or 1705269. OLE color: 1705269.

HSL color Cylindrical-coordinate representation of color #35051A: hue angle of 333.75º 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 #35051A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB53526-
CMYK00.910.510.79
HSL333.75º82.76%11.37%-
HSV(B)333.75º90.57%20.78%-
XYZ1.710.941.07-
YUV21.75130.4150.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=63.10%
G=5.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352600.910.510.79333.7582.7611.37
Hex3551A05B334F14e53b
Octal6553201336311751612313
Binary1101011011101001011011110011100111110100111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35051A; }

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

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

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

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

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

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

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

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