#281820

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

Shades of Blackberry #281820

Tints of Blackberry #281820

Color information

#281820 (or 0x281820) is unknown color: approx Blackberry. HEX triplet: 28, 18 and 20. RGB value is (40,24,32). Sum of RGB (Red+Green+Blue) = 40+24+32=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #281820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281820 is #D7E7DF. Grayscale: #1D1D1D. Windows color (decimal): -14149600 or 2103336. OLE color: 2103336.

HSL color Cylindrical-coordinate representation of color #281820: hue angle of 330º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281820 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB402432-
CMYK00.400.200.84
HSL330º25%12.55%-
HSV(B)330º40%15.69%-
XYZ1.461.211.52-
YUV29.7129.3135.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=41.67%
G=25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40243200.400.200.843302512.55
Hex281820028145414a19d
Octal503040050241245123115
Binary101000110001000000101000101001010100101001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281820; }

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

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

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

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

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

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

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

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