#340D1E

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

Shades of Blackberry #340D1E

Tints of Blackberry #340D1E

Color information

#340D1E (or 0x340D1E) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 1E. RGB value is (52,13,30). Sum of RGB (Red+Green+Blue) = 52+13+30=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #340D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D1E is #CBF2E1. Grayscale: #1A1A1A. Windows color (decimal): -13365986 or 1969460. OLE color: 1969460.

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

Color convert

RGB521330-
CMYK00.750.420.80
HSL333.85º60%12.75%-
HSV(B)333.85º75%20.39%-
XYZ1.791.111.35-
YUV26.6129.92146.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.74%
GREEN value IS 13 (5.47% from 255) = 13.68%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=54.74%
G=13.68%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52133000.750.420.80333.856012.75
Hex34D1E04B2A5014e3cd
Octal6415360113521205167415
Binary1101001101111100100101110101010100001010011101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,13,30); }

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

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

 a { background-color: rgb(52,13,30); }

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

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

 span { border-color: rgb(52,13,30); }

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