#340429

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

Shades of Blackberry #340429

Tints of Blackberry #340429

Color information

#340429 (or 0x340429) is unknown color: approx Blackberry. HEX triplet: 34, 04 and 29. RGB value is (52,4,41). Sum of RGB (Red+Green+Blue) = 52+4+41=97 (12% of max value = 765). Red value is 52 (20.70% from 255 or 53.61% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 52 - color contains mainly: red. Hex color #340429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340429 is #CBFBD6. Grayscale: #161616. Windows color (decimal): -13368279 or 2688052. OLE color: 2688052.

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

Color convert

RGB52441-
CMYK00.920.210.80
HSL313.75º85.71%10.98%-
HSV(B)313.75º92.31%20.39%-
XYZ1.860.982.19-
YUV22.57138.4148.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 53.61%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=53.61%
G=4.12%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5244100.920.210.80313.7585.7110.98
Hex3442905C155013a56b
Octal6445101342512047212613
Binary1101001001010010101110010101101000010011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340429; }

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

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

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

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

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

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

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

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