#340D1D

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

Shades of Blackberry #340D1D

Tints of Blackberry #340D1D

Color information

#340D1D (or 0x340D1D) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 1D. RGB value is (52,13,29). Sum of RGB (Red+Green+Blue) = 52+13+29=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #340D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D1D is #CBF2E2. Grayscale: #1A1A1A. Windows color (decimal): -13365987 or 1903924. OLE color: 1903924.

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

Color convert

RGB521329-
CMYK00.750.440.80
HSL335.38º60%12.75%-
HSV(B)335.38º75%20.39%-
XYZ1.781.111.28-
YUV26.48129.42146.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 55.32%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=55.32%
G=13.83%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52132900.750.440.80335.386012.75
Hex34D1D04B2C5014f3cd
Octal6415350113541205177415
Binary1101001101111010100101110110010100001010011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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