#360825

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

Shades of Blackberry #360825

Tints of Blackberry #360825

Color information

#360825 (or 0x360825) is unknown color: approx Blackberry. HEX triplet: 36, 08 and 25. RGB value is (54,8,37). Sum of RGB (Red+Green+Blue) = 54+8+37=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #360825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360825 is #C9F7DA. Grayscale: #181818. Windows color (decimal): -13236187 or 2426934. OLE color: 2426934.

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

Color convert

RGB54837-
CMYK00.850.310.79
HSL322.17º74.19%12.16%-
HSV(B)322.17º85.19%21.18%-
XYZ1.941.091.86-
YUV25.06134.74148.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=54.55%
G=8.08%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5483700.850.310.79322.1774.1912.16
Hex368250551F4F1424ac
Octal66104501253711750211214
Binary11011010001001010101010111111100111110100001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360825; }

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

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

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

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

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

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

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

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