#361129

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

Shades of Blackberry #361129

Tints of Blackberry #361129

Color information

#361129 (or 0x361129) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 29. RGB value is (54,17,41). Sum of RGB (Red+Green+Blue) = 54+17+41=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361129 is #C9EED6. Grayscale: #1E1E1E. Windows color (decimal): -13233879 or 2691382. OLE color: 2691382.

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

Color convert

RGB541741-
CMYK00.690.240.79
HSL321.08º52.11%13.92%-
HSV(B)321.08º68.52%21.18%-
XYZ2.121.352.25-
YUV30.8133.76144.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 17 (7.03% from 255) = 15.18%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=48.21%
G=15.18%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174100.690.240.79321.0852.1113.92
Hex361129045184F14134e
Octal6621510105301175016416
Binary11011010001101001010001011100010011111010000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361129; }

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

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

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

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

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

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

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

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