#34132A

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

Shades of Blackberry #34132A

Tints of Blackberry #34132A

Color information

#34132A (or 0x34132A) is unknown color: approx Blackberry. HEX triplet: 34, 13 and 2A. RGB value is (52,19,42). Sum of RGB (Red+Green+Blue) = 52+19+42=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #34132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34132A is #CBECD5. Grayscale: #1F1F1F. Windows color (decimal): -13364438 or 2757428. OLE color: 2757428.

HSL color Cylindrical-coordinate representation of color #34132A: hue angle of 318.18º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34132A is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.80.

Color convert

RGB521942-
CMYK00.630.190.80
HSL318.18º46.48%13.92%-
HSV(B)318.18º63.46%20.39%-
XYZ2.071.362.34-
YUV31.49133.93142.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=46.02%
G=16.81%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52194200.630.190.80318.1846.4813.92
Hex34132A03F135013e2ee
Octal642352077231204765616
Binary1101001001110101001111111001110100001001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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