#361428

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

Shades of Blackberry #361428

Tints of Blackberry #361428

Color information

#361428 (or 0x361428) is unknown color: approx Blackberry. HEX triplet: 36, 14 and 28. RGB value is (54,20,40). Sum of RGB (Red+Green+Blue) = 54+20+40=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #361428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361428 is #C9EBD7. Grayscale: #202020. Windows color (decimal): -13233112 or 2626614. OLE color: 2626614.

HSL color Cylindrical-coordinate representation of color #361428: hue angle of 324.71º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361428 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB542040-
CMYK00.630.260.79
HSL324.71º45.95%14.51%-
HSV(B)324.71º62.96%21.18%-
XYZ2.151.442.17-
YUV32.45132.26143.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.37%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=47.37%
G=17.54%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204000.630.260.79324.7145.9514.51
Hex36142803F1A4F1452ef
Octal662450077321175055617
Binary1101101010010100001111111101010011111010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361428; }

 p { color: rgb(54,20,40); }

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

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

 a { background-color: rgb(54,20,40); }

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

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

 span { border-color: rgb(54,20,40); }

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