#360D25

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

Shades of Blackberry #360D25

Tints of Blackberry #360D25

Color information

#360D25 (or 0x360D25) is unknown color: approx Blackberry. HEX triplet: 36, 0D and 25. RGB value is (54,13,37). Sum of RGB (Red+Green+Blue) = 54+13+37=104 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.92% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 54 - color contains mainly: red. Hex color #360D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360D25 is #C9F2DA. Grayscale: #1B1B1B. Windows color (decimal): -13234907 or 2428214. OLE color: 2428214.

HSL color Cylindrical-coordinate representation of color #360D25: hue angle of 324.88º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #360D25 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.79.

Color convert

RGB541337-
CMYK00.760.310.79
HSL324.88º61.19%13.14%-
HSV(B)324.88º75.93%21.18%-
XYZ21.211.88-
YUV28133.08146.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 51.92%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=51.92%
G=12.5%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54133700.760.310.79324.8861.1913.14
Hex36D2504C1F4F1453dd
Octal6615450114371175057515
Binary1101101101100101010011001111110011111010001011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360D25; }

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

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

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

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

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

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

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

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