#180010

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

Shades of Blackberry #180010

Tints of Blackberry #180010

Color information

#180010 (or 0x180010) is unknown color: approx Blackberry. HEX triplet: 18, 00 and 10. RGB value is (24,0,16). Sum of RGB (Red+Green+Blue) = 24+0+16=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180010 is #E7FFEF. Grayscale: #080808. Windows color (decimal): -15204336 or 1048600. OLE color: 1048600.

HSL color Cylindrical-coordinate representation of color #180010: hue angle of 320º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180010 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB24016-
CMYK010.330.91
HSL320º100%4.71%-
HSV(B)320º100%9.41%-
XYZ0.470.230.51-
YUV9131.95138.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24016010.330.913201004.71
Hex18010064215B140645
Octal300200144411335001445
Binary110000100000110010010000110110111010000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180010; }

 p { color: rgb(24,0,16); }

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

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

 a { background-color: rgb(24,0,16); }

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

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

 span { border-color: rgb(24,0,16); }

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