#35162A

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

Shades of Blackberry #35162A

Tints of Blackberry #35162A

Color information

#35162A (or 0x35162A) is unknown color: approx Blackberry. HEX triplet: 35, 16 and 2A. RGB value is (53,22,42). Sum of RGB (Red+Green+Blue) = 53+22+42=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162A is #CAE9D5. Grayscale: #212121. Windows color (decimal): -13298134 or 2758197. OLE color: 2758197.

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

Color convert

RGB532242-
CMYK00.580.210.79
HSL321.29º41.33%14.71%-
HSV(B)321.29º58.49%20.78%-
XYZ2.171.52.37-
YUV33.55132.77141.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=45.30%
G=18.80%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53224200.580.210.79321.2941.3314.71
Hex35162A03A154F14129f
Octal652652072251175015117
Binary1101011011010101001110101010110011111010000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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