#341122

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

Shades of Blackberry #341122

Tints of Blackberry #341122

Color information

#341122 (or 0x341122) is unknown color: approx Blackberry. HEX triplet: 34, 11 and 22. RGB value is (52,17,34). Sum of RGB (Red+Green+Blue) = 52+17+34=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341122 is #CBEEDD. Grayscale: #1D1D1D. Windows color (decimal): -13364958 or 2232628. OLE color: 2232628.

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

Color convert

RGB521734-
CMYK00.670.350.80
HSL330.86º50.72%13.53%-
HSV(B)330.86º67.31%20.39%-
XYZ1.911.251.65-
YUV29.4130.6144.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 34 (13.67% from 255) = 33.01%
R=50.49%
G=16.50%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52173400.670.350.80330.8650.7213.53
Hex341122043235014b33e
Octal6421420103431205136316
Binary110100100011000100100001110001110100001010010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341122; }

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

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

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

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

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

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

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

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