#340D1F

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

Shades of Blackberry #340D1F

Tints of Blackberry #340D1F

Color information

#340D1F (or 0x340D1F) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 1F. RGB value is (52,13,31). Sum of RGB (Red+Green+Blue) = 52+13+31=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #340D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D1F is #CBF2E0. Grayscale: #1A1A1A. Windows color (decimal): -13365985 or 2034996. OLE color: 2034996.

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

Color convert

RGB521331-
CMYK00.750.400.80
HSL332.31º60%12.75%-
HSV(B)332.31º75%20.39%-
XYZ1.811.121.42-
YUV26.71130.42146.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=54.17%
G=13.54%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52133100.750.400.80332.316012.75
Hex34D1F04B285014c3cd
Octal6415370113501205147415
Binary1101001101111110100101110100010100001010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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