#360B25

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

Shades of Blackberry #360B25

Tints of Blackberry #360B25

Color information

#360B25 (or 0x360B25) is unknown color: approx Blackberry. HEX triplet: 36, 0B and 25. RGB value is (54,11,37). Sum of RGB (Red+Green+Blue) = 54+11+37=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #360B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360B25 is #C9F4DA. Grayscale: #1A1A1A. Windows color (decimal): -13235419 or 2427702. OLE color: 2427702.

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

Color convert

RGB541137-
CMYK00.800.310.79
HSL323.72º66.15%12.75%-
HSV(B)323.72º79.63%21.18%-
XYZ1.971.161.87-
YUV26.82133.75147.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 52.94%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=52.94%
G=10.78%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54113700.800.310.79323.7266.1512.75
Hex36B250501F4F14442d
Octal66134501203711750410215
Binary11011010111001010101000011111100111110100010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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