#28071D

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

Shades of Blackberry #28071D

Tints of Blackberry #28071D

Color information

#28071D (or 0x28071D) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 1D. RGB value is (40,7,29). Sum of RGB (Red+Green+Blue) = 40+7+29=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #28071D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28071D is #D7F8E2. Grayscale: #131313. Windows color (decimal): -14153955 or 1902376. OLE color: 1902376.

HSL color Cylindrical-coordinate representation of color #28071D: hue angle of 320º 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 #28071D is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB40729-
CMYK00.830.280.84
HSL320º70.21%9.22%-
HSV(B)320º82.5%15.69%-
XYZ1.170.691.23-
YUV19.38133.43142.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=52.63%
G=9.21%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4072900.830.280.8432070.219.22
Hex2871D0531C54140469
Octal5073501233412450010611
Binary101000111111010101001111100101010010100000010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28071D; }

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

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

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

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

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

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

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

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