#361C29

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

Shades of Blackberry #361C29

Tints of Blackberry #361C29

Color information

#361C29 (or 0x361C29) is unknown color: approx Blackberry. HEX triplet: 36, 1C and 29. RGB value is (54,28,41). Sum of RGB (Red+Green+Blue) = 54+28+41=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #361C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C29 is #C9E3D6. Grayscale: #252525. Windows color (decimal): -13231063 or 2694198. OLE color: 2694198.

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

Color convert

RGB542841-
CMYK00.480.240.79
HSL330º31.71%16.08%-
HSV(B)330º48.15%21.18%-
XYZ2.341.772.32-
YUV37.26130.11139.94-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 28 (11.33% from 255) = 22.76%
BLUE value IS 41 (16.41% from 255) = 33.33%
R=43.90%
G=22.76%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284100.480.240.7933031.7116.08
Hex361C29030184F14a2010
Octal663451060301175124020
Binary11011011100101001011000011000100111110100101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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