#340C2A

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

Shades of Blackberry #340C2A

Tints of Blackberry #340C2A

Color information

#340C2A (or 0x340C2A) is unknown color: approx Blackberry. HEX triplet: 34, 0C and 2A. RGB value is (52,12,42). Sum of RGB (Red+Green+Blue) = 52+12+42=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #340C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340C2A is #CBF3D5. Grayscale: #1B1B1B. Windows color (decimal): -13366230 or 2755636. OLE color: 2755636.

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

Color convert

RGB521242-
CMYK00.770.190.80
HSL315º62.5%12.55%-
HSV(B)315º76.92%20.39%-
XYZ1.971.162.31-
YUV27.38136.25145.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 42 (16.80% from 255) = 39.62%
R=49.06%
G=11.32%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52124200.770.190.8031562.512.55
Hex34C2A04D135013b3ed
Octal6414520115231204737615
Binary1101001100101010010011011001110100001001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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