#281520

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

Shades of Blackberry #281520

Tints of Blackberry #281520

Color information

#281520 (or 0x281520) is unknown color: approx Blackberry. HEX triplet: 28, 15 and 20. RGB value is (40,21,32). Sum of RGB (Red+Green+Blue) = 40+21+32=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #281520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281520 is #D7EADF. Grayscale: #1B1B1B. Windows color (decimal): -14150368 or 2102568. OLE color: 2102568.

HSL color Cylindrical-coordinate representation of color #281520: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281520 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB402132-
CMYK00.480.200.84
HSL325.26º31.15%11.96%-
HSV(B)325.26º47.5%15.69%-
XYZ1.41.091.5-
YUV27.94130.29136.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=43.01%
G=22.58%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40213200.480.200.84325.2631.1511.96
Hex28152003014541451fc
Octal502540060241245053714
Binary101000101011000000110000101001010100101000101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281520; }

 p { color: rgb(40,21,32); }

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

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

 a { background-color: rgb(40,21,32); }

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

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

 span { border-color: rgb(40,21,32); }

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