#28011A

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

Shades of Blackberry #28011A

Tints of Blackberry #28011A

Color information

#28011A (or 0x28011A) is unknown color: approx Blackberry. HEX triplet: 28, 01 and 1A. RGB value is (40,1,26). Sum of RGB (Red+Green+Blue) = 40+1+26=67 (8% of max value = 765). Red value is 40 (16.02% from 255 or 59.70% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 40 - color contains mainly: red. Hex color #28011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28011A is #D7FEE5. Grayscale: #0F0F0F. Windows color (decimal): -14155494 or 1704232. OLE color: 1704232.

HSL color Cylindrical-coordinate representation of color #28011A: hue angle of 321.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #28011A is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB40126-
CMYK00.980.350.84
HSL321.54º95.12%8.04%-
HSV(B)321.54º97.5%15.69%-
XYZ1.070.551.03-
YUV15.51133.92145.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 59.70%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=59.70%
G=1.49%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4012600.980.350.84321.5495.128.04
Hex2811A06223541425f8
Octal5013201424312450213710
Binary10100011101001100010100011101010010100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28011A; }

 p { color: rgb(40,1,26); }

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

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

 a { background-color: rgb(40,1,26); }

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

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

 span { border-color: rgb(40,1,26); }

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