#340D2A

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

Shades of Blackberry #340D2A

Tints of Blackberry #340D2A

Color information

#340D2A (or 0x340D2A) is unknown color: approx Blackberry. HEX triplet: 34, 0D and 2A. RGB value is (52,13,42). Sum of RGB (Red+Green+Blue) = 52+13+42=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340D2A is #CBF2D5. Grayscale: #1B1B1B. Windows color (decimal): -13365974 or 2755892. OLE color: 2755892.

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

Color convert

RGB521342-
CMYK00.750.190.80
HSL315.38º60%12.75%-
HSV(B)315.38º75%20.39%-
XYZ1.981.192.31-
YUV27.97135.92145.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=48.60%
G=12.15%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52134200.750.190.80315.386012.75
Hex34D2A04B135013b3cd
Octal6415520113231204737415
Binary1101001101101010010010111001110100001001110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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