#28071F

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

Shades of Blackberry #28071F

Tints of Blackberry #28071F

Color information

#28071F (or 0x28071F) is unknown color: approx Blackberry. HEX triplet: 28, 07 and 1F. RGB value is (40,7,31). Sum of RGB (Red+Green+Blue) = 40+7+31=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #28071F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28071F is #D7F8E0. Grayscale: #131313. Windows color (decimal): -14153953 or 2033448. OLE color: 2033448.

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

Color convert

RGB40731-
CMYK00.830.220.84
HSL316.36º70.21%9.22%-
HSV(B)316.36º82.5%15.69%-
XYZ1.20.71.37-
YUV19.6134.43142.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=51.28%
G=8.97%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4073100.830.220.84316.3670.219.22
Hex2871F053165413c469
Octal5073701232612447410611
Binary101000111111110101001110110101010010011110010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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