#360321

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

Shades of Blackberry #360321

Tints of Blackberry #360321

Color information

#360321 (or 0x360321) is unknown color: approx Blackberry. HEX triplet: 36, 03 and 21. RGB value is (54,3,33). Sum of RGB (Red+Green+Blue) = 54+3+33=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #360321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360321 is #C9FCDE. Grayscale: #151515. Windows color (decimal): -13237471 or 2163510. OLE color: 2163510.

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

Color convert

RGB54333-
CMYK00.940.390.79
HSL324.71º89.47%11.18%-
HSV(B)324.71º94.44%21.18%-
XYZ1.830.961.53-
YUV21.67134.4151.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 60%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=60%
G=3.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5433300.940.390.79324.7189.4711.18
Hex3632105E274F14559b
Octal6634101364711750513113
Binary1101101110000101011110100111100111110100010110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360321; }

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

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

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

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

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

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

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

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