#35051E

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

Shades of Blackberry #35051E

Tints of Blackberry #35051E

Color information

#35051E (or 0x35051E) is unknown color: approx Blackberry. HEX triplet: 35, 05 and 1E. RGB value is (53,5,30). Sum of RGB (Red+Green+Blue) = 53+5+30=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35051E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35051E is #CAFAE1. Grayscale: #161616. Windows color (decimal): -13302498 or 1967413. OLE color: 1967413.

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

Color convert

RGB53530-
CMYK00.910.430.79
HSL328.75º82.76%11.37%-
HSV(B)328.75º90.57%20.78%-
XYZ1.760.961.32-
YUV22.2132.4149.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=60.23%
G=5.68%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5353000.910.430.79328.7582.7611.37
Hex3551E05B2B4F14953b
Octal6553601335311751112313
Binary1101011011111001011011101011100111110100100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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