#361028

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

Shades of Blackberry #361028

Tints of Blackberry #361028

Color information

#361028 (or 0x361028) is unknown color: approx Blackberry. HEX triplet: 36, 10 and 28. RGB value is (54,16,40). Sum of RGB (Red+Green+Blue) = 54+16+40=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361028 is #C9EFD7. Grayscale: #1E1E1E. Windows color (decimal): -13234136 or 2625590. OLE color: 2625590.

HSL color Cylindrical-coordinate representation of color #361028: hue angle of 322.11º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361028 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB541640-
CMYK00.700.260.79
HSL322.11º54.29%13.73%-
HSV(B)322.11º70.37%21.18%-
XYZ2.091.312.15-
YUV30.1133.59145.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=49.09%
G=14.55%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54164000.700.260.79322.1154.2913.73
Hex3610280461A4F14236e
Octal6620500106321175026616
Binary11011010000101000010001101101010011111010000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361028; }

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

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

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

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

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

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

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

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