#360325

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

Shades of Blackberry #360325

Tints of Blackberry #360325

Color information

#360325 (or 0x360325) is unknown color: approx Blackberry. HEX triplet: 36, 03 and 25. RGB value is (54,3,37). Sum of RGB (Red+Green+Blue) = 54+3+37=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #360325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360325 is #C9FCDA. Grayscale: #161616. Windows color (decimal): -13237467 or 2425654. OLE color: 2425654.

HSL color Cylindrical-coordinate representation of color #360325: hue angle of 320º 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 #360325 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB54337-
CMYK00.940.310.79
HSL320º89.47%11.18%-
HSV(B)320º94.44%21.18%-
XYZ1.890.981.84-
YUV22.12136.4150.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 57.45%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=57.45%
G=3.19%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5433700.940.310.7932089.4711.18
Hex3632505E1F4F14059b
Octal6634501363711750013113
Binary110110111001010101111011111100111110100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360325; }

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

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

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

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

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

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

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

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