#28081C

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

Shades of Blackberry #28081C

Tints of Blackberry #28081C

Color information

#28081C (or 0x28081C) is unknown color: approx Blackberry. HEX triplet: 28, 08 and 1C. RGB value is (40,8,28). Sum of RGB (Red+Green+Blue) = 40+8+28=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28081C is #D7F7E3. Grayscale: #131313. Windows color (decimal): -14153700 or 1837096. OLE color: 1837096.

HSL color Cylindrical-coordinate representation of color #28081C: hue angle of 322.5º 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 #28081C is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB40828-
CMYK00.800.300.84
HSL322.5º66.67%9.41%-
HSV(B)322.5º80%15.69%-
XYZ1.170.711.17-
YUV19.85132.6142.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4082800.800.300.84322.566.679.41
Hex2881C0501E54142439
Octal50103401203612450210311
Binary1010001000111000101000011110101010010100001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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