#361128

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

Shades of Blackberry #361128

Tints of Blackberry #361128

Color information

#361128 (or 0x361128) is unknown color: approx Blackberry. HEX triplet: 36, 11 and 28. RGB value is (54,17,40). Sum of RGB (Red+Green+Blue) = 54+17+40=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 54 - color contains mainly: red. Hex color #361128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361128 is #C9EED7. Grayscale: #1E1E1E. Windows color (decimal): -13233880 or 2625846. OLE color: 2625846.

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

Color convert

RGB541740-
CMYK00.690.260.79
HSL322.7º52.11%13.92%-
HSV(B)322.7º68.52%21.18%-
XYZ2.11.342.15-
YUV30.68133.26144.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.65%
GREEN value IS 17 (7.03% from 255) = 15.32%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=48.65%
G=15.32%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54174000.690.260.79322.752.1113.92
Hex3611280451A4F14334e
Octal6621500105321175036416
Binary11011010001101000010001011101010011111010000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361128; }

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

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

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

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

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

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

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

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