#341221

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

Shades of Blackberry #341221

Tints of Blackberry #341221

Color information

#341221 (or 0x341221) is unknown color: approx Blackberry. HEX triplet: 34, 12 and 21. RGB value is (52,18,33). Sum of RGB (Red+Green+Blue) = 52+18+33=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #341221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341221 is #CBEDDE. Grayscale: #1D1D1D. Windows color (decimal): -13364703 or 2167348. OLE color: 2167348.

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

Color convert

RGB521833-
CMYK00.650.370.80
HSL333.53º48.57%13.73%-
HSV(B)333.53º65.38%20.39%-
XYZ1.911.271.58-
YUV29.88129.76143.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=50.49%
G=17.48%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52183300.650.370.80333.5348.5713.73
Hex341221041255014e31e
Octal6422410101451205166116
Binary110100100101000010100000110010110100001010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341221; }

 p { color: rgb(52,18,33); }

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

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

 a { background-color: rgb(52,18,33); }

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

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

 span { border-color: rgb(52,18,33); }

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