#361221

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

Shades of Blackberry #361221

Tints of Blackberry #361221

Color information

#361221 (or 0x361221) is unknown color: approx Blackberry. HEX triplet: 36, 12 and 21. RGB value is (54,18,33). Sum of RGB (Red+Green+Blue) = 54+18+33=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #361221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361221 is #C9EDDE. Grayscale: #1E1E1E. Windows color (decimal): -13233631 or 2167350. OLE color: 2167350.

HSL color Cylindrical-coordinate representation of color #361221: hue angle of 335º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361221 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.79.

Color convert

RGB541833-
CMYK00.670.390.79
HSL335º50%14.12%-
HSV(B)335º66.67%21.18%-
XYZ2.011.331.59-
YUV30.47129.43144.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.43%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=51.43%
G=17.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54183300.670.390.793355014.12
Hex361221043274F14f32e
Octal6622410103471175176216
Binary110110100101000010100001110011110011111010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361221; }

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

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

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

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

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

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

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

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