#340E21

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

Shades of Blackberry #340E21

Tints of Blackberry #340E21

Color information

#340E21 (or 0x340E21) is unknown color: approx Blackberry. HEX triplet: 34, 0E and 21. RGB value is (52,14,33). Sum of RGB (Red+Green+Blue) = 52+14+33=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340E21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E21 is #CBF1DE. Grayscale: #1B1B1B. Windows color (decimal): -13365727 or 2166324. OLE color: 2166324.

HSL color Cylindrical-coordinate representation of color #340E21: hue angle of 330º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #340E21 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB521433-
CMYK00.730.370.80
HSL330º57.58%12.94%-
HSV(B)330º73.08%20.39%-
XYZ1.851.151.56-
YUV27.53131.09145.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 14 (5.86% from 255) = 14.14%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=52.53%
G=14.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52143300.730.370.8033057.5812.94
Hex34E21049255014a3ad
Octal6416410111451205127215
Binary11010011101000010100100110010110100001010010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,14,33); }

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

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

 a { background-color: rgb(52,14,33); }

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

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

 span { border-color: rgb(52,14,33); }

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