#28081D

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

Shades of Blackberry #28081D

Tints of Blackberry #28081D

Color information

#28081D (or 0x28081D) is unknown color: approx Blackberry. HEX triplet: 28, 08 and 1D. RGB value is (40,8,29). Sum of RGB (Red+Green+Blue) = 40+8+29=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28081D is #D7F7E2. Grayscale: #131313. Windows color (decimal): -14153699 or 1902632. OLE color: 1902632.

HSL color Cylindrical-coordinate representation of color #28081D: hue angle of 320.62º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28081D is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB40829-
CMYK00.800.280.84
HSL320.62º66.67%9.41%-
HSV(B)320.62º80%15.69%-
XYZ1.180.711.24-
YUV19.96133.1142.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=51.95%
G=10.39%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082900.800.280.84320.6266.679.41
Hex2881D0501C54141439
Octal50103501203412450110311
Binary1010001000111010101000011100101010010100000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28081D; }

 p { color: rgb(40,8,29); }

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

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

 a { background-color: rgb(40,8,29); }

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

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

 span { border-color: rgb(40,8,29); }

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