#340219

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

Shades of Blackberry #340219

Tints of Blackberry #340219

Color information

#340219 (or 0x340219) is unknown color: approx Blackberry. HEX triplet: 34, 02 and 19. RGB value is (52,2,25). Sum of RGB (Red+Green+Blue) = 52+2+25=79 (10% of max value = 765). Red value is 52 (20.70% from 255 or 65.82% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 52 - color contains mainly: red. Hex color #340219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340219 is #CBFDE6. Grayscale: #131313. Windows color (decimal): -13368807 or 1638964. OLE color: 1638964.

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

Color convert

RGB52225-
CMYK00.960.520.80
HSL332.4º92.59%10.59%-
HSV(B)332.4º96.15%20.39%-
XYZ1.610.841-
YUV19.57131.06151.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 65.82%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=65.82%
G=2.53%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5222500.960.520.80332.492.5910.59
Hex34219060345014c5db
Octal6423101406412051413513
Binary110100101100101100000110100101000010100110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340219; }

 p { color: rgb(52,2,25); }

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

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

 a { background-color: rgb(52,2,25); }

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

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

 span { border-color: rgb(52,2,25); }

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