#361429

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

Shades of Blackberry #361429

Tints of Blackberry #361429

Color information

#361429 (or 0x361429) is unknown color: approx Blackberry. HEX triplet: 36, 14 and 29. RGB value is (54,20,41). Sum of RGB (Red+Green+Blue) = 54+20+41=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #361429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361429 is #C9EBD6. Grayscale: #202020. Windows color (decimal): -13233111 or 2692150. OLE color: 2692150.

HSL color Cylindrical-coordinate representation of color #361429: hue angle of 322.94º 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 #361429 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB542041-
CMYK00.630.240.79
HSL322.94º45.95%14.51%-
HSV(B)322.94º62.96%21.18%-
XYZ2.171.442.26-
YUV32.56132.76143.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 41 (16.41% from 255) = 35.65%
R=46.96%
G=17.39%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54204100.630.240.79322.9445.9514.51
Hex36142903F184F1432ef
Octal662451077301175035617
Binary1101101010010100101111111100010011111010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361429; }

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

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

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

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

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

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

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

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