#280C19

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

Shades of Blackberry #280C19

Tints of Blackberry #280C19

Color information

#280C19 (or 0x280C19) is unknown color: approx Blackberry. HEX triplet: 28, 0C and 19. RGB value is (40,12,25). Sum of RGB (Red+Green+Blue) = 40+12+25=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #280C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C19 is #D7F3E6. Grayscale: #151515. Windows color (decimal): -14152679 or 1641512. OLE color: 1641512.

HSL color Cylindrical-coordinate representation of color #280C19: hue angle of 332.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C19 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB401225-
CMYK00.700.380.84
HSL332.14º53.85%10.2%-
HSV(B)332.14º70%15.69%-
XYZ1.180.781.01-
YUV21.85129.78140.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 12 (5.08% from 255) = 15.58%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=51.95%
G=15.58%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40122500.700.380.84332.1453.8510.2
Hex28C19046265414c36a
Octal5014310106461245146612
Binary1010001100110010100011010011010101001010011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280C19; }

 p { color: rgb(40,12,25); }

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

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

 a { background-color: rgb(40,12,25); }

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

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

 span { border-color: rgb(40,12,25); }

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