#340A22

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

Shades of Blackberry #340A22

Tints of Blackberry #340A22

Color information

#340A22 (or 0x340A22) is unknown color: approx Blackberry. HEX triplet: 34, 0A and 22. RGB value is (52,10,34). Sum of RGB (Red+Green+Blue) = 52+10+34=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A22 is #CBF5DD. Grayscale: #191919. Windows color (decimal): -13366750 or 2230836. OLE color: 2230836.

HSL color Cylindrical-coordinate representation of color #340A22: hue angle of 325.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A22 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB521034-
CMYK00.810.350.80
HSL325.71º67.74%12.16%-
HSV(B)325.71º80.77%20.39%-
XYZ1.811.061.62-
YUV25.29132.91147.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 34 (13.67% from 255) = 35.42%
R=54.17%
G=10.42%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52103400.810.350.80325.7167.7412.16
Hex34A22051235014644c
Octal64124201214312050610414
Binary110100101010001001010001100011101000010100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A22; }

 p { color: rgb(52,10,34); }

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

<style>
 a { background-color: #340A22; }

 a { background-color: rgb(52,10,34); }

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

<style>
 span { border-color: #340A22; }

 span { border-color: rgb(52,10,34); }

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