#18010F

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

Shades of Blackberry #18010F

Tints of Blackberry #18010F

Color information

#18010F (or 0x18010F) is unknown color: approx Blackberry. HEX triplet: 18, 01 and 0F. RGB value is (24,1,15). Sum of RGB (Red+Green+Blue) = 24+1+15=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #18010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010F is #E7FEF0. Grayscale: #090909. Windows color (decimal): -15204081 or 983320. OLE color: 983320.

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

Color convert

RGB24115-
CMYK00.960.370.91
HSL323.48º92%4.9%-
HSV(B)323.48º95.83%9.41%-
XYZ0.470.250.48-
YUV9.47131.12138.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 15 (6.25% from 255) = 37.5%
R=60%
G=2.5%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411500.960.370.91323.48924.9
Hex181F060255B1435c5
Octal301170140451335031345
Binary11000111110110000010010110110111010000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18010F; }

 p { color: rgb(24,1,15); }

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

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

 a { background-color: rgb(24,1,15); }

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

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

 span { border-color: rgb(24,1,15); }

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