#361A29

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

Shades of Blackberry #361A29

Tints of Blackberry #361A29

Color information

#361A29 (or 0x361A29) is unknown color: approx Blackberry. HEX triplet: 36, 1A and 29. RGB value is (54,26,41). Sum of RGB (Red+Green+Blue) = 54+26+41=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 54 - color contains mainly: red. Hex color #361A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A29 is #C9E5D6. Grayscale: #242424. Windows color (decimal): -13231575 or 2693686. OLE color: 2693686.

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

Color convert

RGB542641-
CMYK00.520.240.79
HSL327.86º35%15.69%-
HSV(B)327.86º51.85%21.18%-
XYZ2.291.682.3-
YUV36.08130.78140.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=44.63%
G=21.49%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54264100.520.240.79327.863515.69
Hex361A29034184F1482310
Octal663251064301175104320
Binary11011011010101001011010011000100111110100100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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