#34122A

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

Shades of Blackberry #34122A

Tints of Blackberry #34122A

Color information

#34122A (or 0x34122A) is unknown color: approx Blackberry. HEX triplet: 34, 12 and 2A. RGB value is (52,18,42). Sum of RGB (Red+Green+Blue) = 52+18+42=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 52 - color contains mainly: red. Hex color #34122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34122A is #CBEDD5. Grayscale: #1E1E1E. Windows color (decimal): -13364694 or 2757172. OLE color: 2757172.

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

Color convert

RGB521842-
CMYK00.650.190.80
HSL317.65º48.57%13.73%-
HSV(B)317.65º65.38%20.39%-
XYZ2.051.332.34-
YUV30.9134.26143.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=46.43%
G=16.07%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52184200.650.190.80317.6548.5713.73
Hex34122A041135013e31e
Octal6422520101231204766116
Binary11010010010101010010000011001110100001001111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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