#35162B

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

Shades of Blackberry #35162B

Tints of Blackberry #35162B

Color information

#35162B (or 0x35162B) is unknown color: approx Blackberry. HEX triplet: 35, 16 and 2B. RGB value is (53,22,43). Sum of RGB (Red+Green+Blue) = 53+22+43=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162B is #CAE9D4. Grayscale: #212121. Windows color (decimal): -13298133 or 2823733. OLE color: 2823733.

HSL color Cylindrical-coordinate representation of color #35162B: hue angle of 319.35º 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 #35162B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB532243-
CMYK00.580.190.79
HSL319.35º41.33%14.71%-
HSV(B)319.35º58.49%20.78%-
XYZ2.191.512.46-
YUV33.66133.27141.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 43 (17.19% from 255) = 36.44%
R=44.92%
G=18.64%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53224300.580.190.79319.3541.3314.71
Hex35162B03A134F13f29f
Octal652653072231174775117
Binary1101011011010101101110101001110011111001111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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