#18000F

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

Shades of Blackberry #18000F

Tints of Blackberry #18000F

Color information

#18000F (or 0x18000F) is unknown color: approx Blackberry. HEX triplet: 18, 00 and 0F. RGB value is (24,0,15). Sum of RGB (Red+Green+Blue) = 24+0+15=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000F is #E7FFF0. Grayscale: #080808. Windows color (decimal): -15204337 or 983064. OLE color: 983064.

HSL color Cylindrical-coordinate representation of color #18000F: hue angle of 322.5º 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 #18000F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB24015-
CMYK010.370.91
HSL322.5º100%4.71%-
HSV(B)322.5º100%9.41%-
XYZ0.460.230.47-
YUV8.89131.45138.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 38.46%
R=61.54%
G=0%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24015010.370.91322.51004.71
Hex180F064255B142645
Octal300170144451335021445
Binary11000011110110010010010110110111010000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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