#35142B

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

Shades of Blackberry #35142B

Tints of Blackberry #35142B

Color information

#35142B (or 0x35142B) is unknown color: approx Blackberry. HEX triplet: 35, 14 and 2B. RGB value is (53,20,43). Sum of RGB (Red+Green+Blue) = 53+20+43=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #35142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35142B is #CAEBD4. Grayscale: #202020. Windows color (decimal): -13298645 or 2823221. OLE color: 2823221.

HSL color Cylindrical-coordinate representation of color #35142B: hue angle of 318.18º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35142B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB532043-
CMYK00.620.190.79
HSL318.18º45.21%14.31%-
HSV(B)318.18º62.26%20.78%-
XYZ2.151.432.45-
YUV32.49133.93142.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=45.69%
G=17.24%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53204300.620.190.79318.1845.2114.31
Hex35142B03E134F13e2de
Octal652453076231174765516
Binary1101011010010101101111101001110011111001111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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