#28041C

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

Shades of Blackberry #28041C

Tints of Blackberry #28041C

Color information

#28041C (or 0x28041C) is unknown color: approx Blackberry. HEX triplet: 28, 04 and 1C. RGB value is (40,4,28). Sum of RGB (Red+Green+Blue) = 40+4+28=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28041C is #D7FBE3. Grayscale: #111111. Windows color (decimal): -14154724 or 1836072. OLE color: 1836072.

HSL color Cylindrical-coordinate representation of color #28041C: hue angle of 320º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28041C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB40428-
CMYK00.900.300.84
HSL320º81.82%8.63%-
HSV(B)320º90%15.69%-
XYZ1.130.621.16-
YUV17.5133.93144.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=55.56%
G=5.56%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4042800.900.300.8432081.828.63
Hex2841C05A1E54140529
Octal5043401323612450012211
Binary101000100111000101101011110101010010100000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28041C; }

 p { color: rgb(40,4,28); }

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

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

 a { background-color: rgb(40,4,28); }

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

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

 span { border-color: rgb(40,4,28); }

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