#340529

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

Shades of Blackberry #340529

Tints of Blackberry #340529

Color information

#340529 (or 0x340529) is unknown color: approx Blackberry. HEX triplet: 34, 05 and 29. RGB value is (52,5,41). Sum of RGB (Red+Green+Blue) = 52+5+41=98 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.06% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 52 - color contains mainly: red. Hex color #340529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340529 is #CBFAD6. Grayscale: #171717. Windows color (decimal): -13368023 or 2688308. OLE color: 2688308.

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

Color convert

RGB52541-
CMYK00.900.210.80
HSL314.04º82.46%11.18%-
HSV(B)314.04º90.38%20.39%-
XYZ1.8712.19-
YUV23.16138.07148.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.06%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 41 (16.41% from 255) = 41.84%
R=53.06%
G=5.10%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5254100.900.210.80314.0482.4611.18
Hex3452905A155013a52b
Octal6455101322512047212213
Binary1101001011010010101101010101101000010011101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340529; }

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

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

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

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

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

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

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

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