#34112B

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

Shades of Blackberry #34112B

Tints of Blackberry #34112B

Color information

#34112B (or 0x34112B) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 2B. RGB value is (52,17,43). Sum of RGB (Red+Green+Blue) = 52+17+43=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #34112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34112B is #CBEED4. Grayscale: #1E1E1E. Windows color (decimal): -13364949 or 2822452. OLE color: 2822452.

HSL color Cylindrical-coordinate representation of color #34112B: hue angle of 315.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34112B is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB521743-
CMYK00.670.170.80
HSL315.43º50.72%13.53%-
HSV(B)315.43º67.31%20.39%-
XYZ2.051.312.43-
YUV30.43135.1143.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=46.43%
G=15.18%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52174300.670.170.80315.4350.7213.53
Hex34112B043115013b33e
Octal6421530103211204736316
Binary11010010001101011010000111000110100001001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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