#340A1D

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

Shades of Blackberry #340A1D

Tints of Blackberry #340A1D

Color information

#340A1D (or 0x340A1D) is unknown color: approx Blackberry. HEX triplet: 34, 0A and 1D. RGB value is (52,10,29). Sum of RGB (Red+Green+Blue) = 52+10+29=91 (12% of max value = 765). Red value is 52 (20.70% from 255 or 57.14% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 52 - color contains mainly: red. Hex color #340A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A1D is #CBF5E2. Grayscale: #181818. Windows color (decimal): -13366755 or 1903156. OLE color: 1903156.

HSL color Cylindrical-coordinate representation of color #340A1D: hue angle of 332.86º 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 #340A1D is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB521029-
CMYK00.810.440.80
HSL332.86º67.74%12.16%-
HSV(B)332.86º80.77%20.39%-
XYZ1.751.041.27-
YUV24.72130.41147.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=57.14%
G=10.99%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52102900.810.440.80332.8667.7412.16
Hex34A1D0512C5014d44c
Octal64123501215412051510414
Binary11010010101110101010001101100101000010100110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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