#280317

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

Shades of Blackberry #280317

Tints of Blackberry #280317

Color information

#280317 (or 0x280317) is unknown color: approx Blackberry. HEX triplet: 28, 03 and 17. RGB value is (40,3,23). Sum of RGB (Red+Green+Blue) = 40+3+23=66 (8% of max value = 765). Red value is 40 (16.02% from 255 or 60.61% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 40 - color contains mainly: red. Hex color #280317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280317 is #D7FCE8. Grayscale: #101010. Windows color (decimal): -14154985 or 1508136. OLE color: 1508136.

HSL color Cylindrical-coordinate representation of color #280317: hue angle of 327.57º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280317 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB40323-
CMYK00.930.430.84
HSL327.57º86.05%8.43%-
HSV(B)327.57º92.5%15.69%-
XYZ1.060.580.87-
YUV16.34131.76144.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 60.61%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 23 (9.38% from 255) = 34.85%
R=60.61%
G=4.55%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4032300.930.430.84327.5786.058.43
Hex2831705D2B54148568
Octal5032701355312451012610
Binary101000111011101011101101011101010010100100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280317; }

 p { color: rgb(40,3,23); }

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

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

 a { background-color: rgb(40,3,23); }

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

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

 span { border-color: rgb(40,3,23); }

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