#281720

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

Shades of Blackberry #281720

Tints of Blackberry #281720

Color information

#281720 (or 0x281720) is unknown color: approx Blackberry. HEX triplet: 28, 17 and 20. RGB value is (40,23,32). Sum of RGB (Red+Green+Blue) = 40+23+32=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281720 is #D7E8DF. Grayscale: #1D1D1D. Windows color (decimal): -14149856 or 2103080. OLE color: 2103080.

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

Color convert

RGB402332-
CMYK00.430.200.84
HSL328.24º26.98%12.35%-
HSV(B)328.24º42.5%15.69%-
XYZ1.441.171.52-
YUV29.11129.63135.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=42.11%
G=24.21%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40233200.430.200.84328.2426.9812.35
Hex28172002B14541481bc
Octal502740053241245103314
Binary101000101111000000101011101001010100101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281720; }

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

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

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

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

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

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

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

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