#35152A

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

Shades of Blackberry #35152A

Tints of Blackberry #35152A

Color information

#35152A (or 0x35152A) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 2A. RGB value is (53,21,42). Sum of RGB (Red+Green+Blue) = 53+21+42=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35152A is #CAEAD5. Grayscale: #202020. Windows color (decimal): -13298390 or 2757941. OLE color: 2757941.

HSL color Cylindrical-coordinate representation of color #35152A: hue angle of 320.62º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35152A is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB532142-
CMYK00.600.210.79
HSL320.62º43.24%14.51%-
HSV(B)320.62º60.38%20.78%-
XYZ2.151.462.36-
YUV32.96133.1142.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=45.69%
G=18.10%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53214200.600.210.79320.6243.2414.51
Hex35152A03C154F1412bf
Octal652552074251175015317
Binary1101011010110101001111001010110011111010000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,21,42); }

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

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

 a { background-color: rgb(53,21,42); }

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

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

 span { border-color: rgb(53,21,42); }

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