#35112B

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

Shades of Blackberry #35112B

Tints of Blackberry #35112B

Color information

#35112B (or 0x35112B) is unknown color: approx Blackberry. HEX triplet: 35, 11 and 2B. RGB value is (53,17,43). Sum of RGB (Red+Green+Blue) = 53+17+43=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #35112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112B is #CAEED4. Grayscale: #1E1E1E. Windows color (decimal): -13299413 or 2822453. OLE color: 2822453.

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

Color convert

RGB531743-
CMYK00.680.190.79
HSL316.67º51.43%13.73%-
HSV(B)316.67º67.92%20.78%-
XYZ2.11.332.43-
YUV30.73134.93143.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=46.90%
G=15.04%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53174300.680.190.79316.6751.4313.73
Hex35112B044134F13d33e
Octal6521530104231174756316
Binary11010110001101011010001001001110011111001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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