#341522

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

Shades of Blackberry #341522

Tints of Blackberry #341522

Color information

#341522 (or 0x341522) is unknown color: approx Blackberry. HEX triplet: 34, 15 and 22. RGB value is (52,21,34). Sum of RGB (Red+Green+Blue) = 52+21+34=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #341522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341522 is #CBEADD. Grayscale: #1F1F1F. Windows color (decimal): -13363934 or 2233652. OLE color: 2233652.

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

Color convert

RGB522134-
CMYK00.600.350.80
HSL334.84º42.47%14.31%-
HSV(B)334.84º59.62%20.39%-
XYZ1.971.381.68-
YUV31.75129.27142.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 34 (13.67% from 255) = 31.78%
R=48.60%
G=19.63%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52213400.600.350.80334.8442.4714.31
Hex34152203C235014f2ae
Octal642542074431205175216
Binary11010010101100010011110010001110100001010011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341522; }

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

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

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

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

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

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

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

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