#360427

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

Shades of Blackberry #360427

Tints of Blackberry #360427

Color information

#360427 (or 0x360427) is unknown color: approx Blackberry. HEX triplet: 36, 04 and 27. RGB value is (54,4,39). Sum of RGB (Red+Green+Blue) = 54+4+39=97 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.67% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 54 - color contains mainly: red. Hex color #360427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360427 is #C9FBD8. Grayscale: #161616. Windows color (decimal): -13237209 or 2556982. OLE color: 2556982.

HSL color Cylindrical-coordinate representation of color #360427: hue angle of 318º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360427 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB54439-
CMYK00.930.280.79
HSL318º86.21%11.37%-
HSV(B)318º92.59%21.18%-
XYZ1.931.022.01-
YUV22.94137.06150.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 55.67%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 39 (15.62% from 255) = 40.21%
R=55.67%
G=4.12%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5443900.930.280.7931886.2111.37
Hex3642705D1C4F13e56b
Octal6644701353411747612613
Binary1101101001001110101110111100100111110011111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360427; }

 p { color: rgb(54,4,39); }

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

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

 a { background-color: rgb(54,4,39); }

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

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

 span { border-color: rgb(54,4,39); }

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