#340022

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

Shades of Blackberry #340022

Tints of Blackberry #340022

Color information

#340022 (or 0x340022) is unknown color: approx Blackberry. HEX triplet: 34, 00 and 22. RGB value is (52,0,34). Sum of RGB (Red+Green+Blue) = 52+0+34=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340022 is #CBFFDD. Grayscale: #131313. Windows color (decimal): -13369310 or 2228276. OLE color: 2228276.

HSL color Cylindrical-coordinate representation of color #340022: hue angle of 320.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340022 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB52034-
CMYK010.350.80
HSL320.77º100%10.2%-
HSV(B)320.77º100%20.39%-
XYZ1.70.851.59-
YUV19.42136.23151.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 60.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 39.53%
R=60.47%
G=0%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52034010.350.80320.7710010.2
Hex34022064235014164a
Octal6404201444312050114412
Binary110100010001001100100100011101000010100000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340022; }

 p { color: rgb(52,0,34); }

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

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

 a { background-color: rgb(52,0,34); }

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

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

 span { border-color: rgb(52,0,34); }

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