#34112A

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

Shades of Blackberry #34112A

Tints of Blackberry #34112A

Color information

#34112A (or 0x34112A) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 2A. RGB value is (52,17,42). Sum of RGB (Red+Green+Blue) = 52+17+42=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #34112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34112A is #CBEED5. Grayscale: #1E1E1E. Windows color (decimal): -13364950 or 2756916. OLE color: 2756916.

HSL color Cylindrical-coordinate representation of color #34112A: hue angle of 317.14º 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 #34112A is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB521742-
CMYK00.670.190.80
HSL317.14º50.72%13.53%-
HSV(B)317.14º67.31%20.39%-
XYZ2.031.32.33-
YUV30.32134.6143.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.85%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=46.85%
G=15.32%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52174200.670.190.80317.1450.7213.53
Hex34112A043135013d33e
Octal6421520103231204756316
Binary11010010001101010010000111001110100001001111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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