#280618

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

Shades of Blackberry #280618

Tints of Blackberry #280618

Color information

#280618 (or 0x280618) is unknown color: approx Blackberry. HEX triplet: 28, 06 and 18. RGB value is (40,6,24). Sum of RGB (Red+Green+Blue) = 40+6+24=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 24 (9.77% from 255 or 34.29% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280618 is #D7F9E7. Grayscale: #121212. Windows color (decimal): -14154216 or 1574440. OLE color: 1574440.

HSL color Cylindrical-coordinate representation of color #280618: hue angle of 328.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #280618 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB40624-
CMYK00.850.400.84
HSL328.24º73.91%9.02%-
HSV(B)328.24º85%15.69%-
XYZ1.110.650.93-
YUV18.22131.26143.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 24 (9.77% from 255) = 34.29%
R=57.14%
G=8.57%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4062400.850.400.84328.2473.919.02
Hex2861805528541484a9
Octal5063001255012451011211
Binary1010001101100001010101101000101010010100100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280618; }

 p { color: rgb(40,6,24); }

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

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

 a { background-color: rgb(40,6,24); }

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

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

 span { border-color: rgb(40,6,24); }

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