#340629

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

Shades of Blackberry #340629

Tints of Blackberry #340629

Color information

#340629 (or 0x340629) is unknown color: approx Blackberry. HEX triplet: 34, 06 and 29. RGB value is (52,6,41). Sum of RGB (Red+Green+Blue) = 52+6+41=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #340629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340629 is #CBF9D6. Grayscale: #171717. Windows color (decimal): -13367767 or 2688564. OLE color: 2688564.

HSL color Cylindrical-coordinate representation of color #340629: hue angle of 314.35º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340629 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB52641-
CMYK00.880.210.80
HSL314.35º79.31%11.37%-
HSV(B)314.35º88.46%20.39%-
XYZ1.881.022.2-
YUV23.74137.74148.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52.53%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=52.53%
G=6.06%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5264100.880.210.80314.3579.3111.37
Hex34629058155013a4fb
Octal6465101302512047211713
Binary1101001101010010101100010101101000010011101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340629; }

 p { color: rgb(52,6,41); }

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

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

 a { background-color: rgb(52,6,41); }

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

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

 span { border-color: rgb(52,6,41); }

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