#340E1F

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

Shades of Blackberry #340E1F

Tints of Blackberry #340E1F

Color information

#340E1F (or 0x340E1F) is unknown color: approx Blackberry. HEX triplet: 34, 0E and 1F. RGB value is (52,14,31). Sum of RGB (Red+Green+Blue) = 52+14+31=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #340E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E1F is #CBF1E0. Grayscale: #1B1B1B. Windows color (decimal): -13365729 or 2035252. OLE color: 2035252.

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

Color convert

RGB521431-
CMYK00.730.400.80
HSL333.16º57.58%12.94%-
HSV(B)333.16º73.08%20.39%-
XYZ1.821.141.42-
YUV27.3130.09145.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=53.61%
G=14.43%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52143100.730.400.80333.1657.5812.94
Hex34E1F049285014d3ad
Octal6416370111501205157215
Binary1101001110111110100100110100010100001010011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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