#280C1F

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

Shades of Blackberry #280C1F

Tints of Blackberry #280C1F

Color information

#280C1F (or 0x280C1F) is unknown color: approx Blackberry. HEX triplet: 28, 0C and 1F. RGB value is (40,12,31). Sum of RGB (Red+Green+Blue) = 40+12+31=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #280C1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C1F is #D7F3E0. Grayscale: #161616. Windows color (decimal): -14152673 or 2034728. OLE color: 2034728.

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

Color convert

RGB401231-
CMYK00.700.220.84
HSL319.29º53.85%10.2%-
HSV(B)319.29º70%15.69%-
XYZ1.250.811.39-
YUV22.54132.78140.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 12 (5.08% from 255) = 14.46%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=48.19%
G=14.46%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40123100.700.220.84319.2953.8510.2
Hex28C1F046165413f36a
Octal5014370106261244776612
Binary101000110011111010001101011010101001001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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