#280C1E

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

Shades of Blackberry #280C1E

Tints of Blackberry #280C1E

Color information

#280C1E (or 0x280C1E) is unknown color: approx Blackberry. HEX triplet: 28, 0C and 1E. RGB value is (40,12,30). Sum of RGB (Red+Green+Blue) = 40+12+30=82 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.78% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 40 - color contains mainly: red. Hex color #280C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C1E is #D7F3E1. Grayscale: #161616. Windows color (decimal): -14152674 or 1969192. OLE color: 1969192.

HSL color Cylindrical-coordinate representation of color #280C1E: hue angle of 321.43º 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 #280C1E is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB401230-
CMYK00.700.250.84
HSL321.43º53.85%10.2%-
HSV(B)321.43º70%15.69%-
XYZ1.240.811.32-
YUV22.42132.28140.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.78%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=48.78%
G=14.63%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40123000.700.250.84321.4353.8510.2
Hex28C1E046195414136a
Octal5014360106311245016612
Binary101000110011110010001101100110101001010000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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