#35122B

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

Shades of Blackberry #35122B

Tints of Blackberry #35122B

Color information

#35122B (or 0x35122B) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 2B. RGB value is (53,18,43). Sum of RGB (Red+Green+Blue) = 53+18+43=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #35122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122B is #CAEDD4. Grayscale: #1F1F1F. Windows color (decimal): -13299157 or 2822709. OLE color: 2822709.

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

Color convert

RGB531843-
CMYK00.660.190.79
HSL317.14º49.3%13.92%-
HSV(B)317.14º66.04%20.78%-
XYZ2.121.362.44-
YUV31.32134.6143.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=46.49%
G=15.79%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184300.660.190.79317.1449.313.92
Hex35122B042134F13d31e
Octal6522530102231174756116
Binary11010110010101011010000101001110011111001111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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