#361B29

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

Shades of Blackberry #361B29

Tints of Blackberry #361B29

Color information

#361B29 (or 0x361B29) is unknown color: approx Blackberry. HEX triplet: 36, 1B and 29. RGB value is (54,27,41). Sum of RGB (Red+Green+Blue) = 54+27+41=122 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.26% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 54 - color contains mainly: red. Hex color #361B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B29 is #C9E4D6. Grayscale: #242424. Windows color (decimal): -13231319 or 2693942. OLE color: 2693942.

HSL color Cylindrical-coordinate representation of color #361B29: hue angle of 328.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361B29 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB542741-
CMYK00.50.240.79
HSL328.89º33.33%15.88%-
HSV(B)328.89º50%21.18%-
XYZ2.311.732.31-
YUV36.67130.45140.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.26%
GREEN value IS 27 (10.94% from 255) = 22.13%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=44.26%
G=22.13%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274100.50.240.79328.8933.3315.88
Hex361B29032184F1492110
Octal663351062301175114120
Binary11011011011101001011001011000100111110100100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361B29; }

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

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

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

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

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

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

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

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