#360621

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

Shades of Blackberry #360621

Tints of Blackberry #360621

Color information

#360621 (or 0x360621) is unknown color: approx Blackberry. HEX triplet: 36, 06 and 21. RGB value is (54,6,33). Sum of RGB (Red+Green+Blue) = 54+6+33=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #360621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360621 is #C9F9DE. Grayscale: #171717. Windows color (decimal): -13236703 or 2164278. OLE color: 2164278.

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

Color convert

RGB54633-
CMYK00.890.390.79
HSL326.25º80%11.76%-
HSV(B)326.25º88.89%21.18%-
XYZ1.861.021.54-
YUV23.43133.4149.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 58.06%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 33 (13.28% from 255) = 35.48%
R=58.06%
G=6.45%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5463300.890.390.79326.258011.76
Hex36621059274F14650c
Octal6664101314711750612014
Binary11011011010000101011001100111100111110100011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360621; }

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

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

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

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

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

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

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

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