#280718

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

Shades of Blackberry #280718

Tints of Blackberry #280718

Color information

#280718 (or 0x280718) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 18. RGB value is (40,7,24). Sum of RGB (Red+Green+Blue) = 40+7+24=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 7 (3.12% from 255 or 9.86% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280718 is #D7F8E7. Grayscale: #121212. Windows color (decimal): -14153960 or 1574696. OLE color: 1574696.

HSL color Cylindrical-coordinate representation of color #280718: hue angle of 329.09º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280718 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB40724-
CMYK00.830.400.84
HSL329.09º70.21%9.22%-
HSV(B)329.09º82.5%15.69%-
XYZ1.120.670.93-
YUV18.8130.93143.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 7 (3.12% from 255) = 9.86%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=56.34%
G=9.86%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072400.830.400.84329.0970.219.22
Hex287180532854149469
Octal5073001235012451110611
Binary1010001111100001010011101000101010010100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280718; }

 p { color: rgb(40,7,24); }

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

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

 a { background-color: rgb(40,7,24); }

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

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

 span { border-color: rgb(40,7,24); }

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