#18030F

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

Shades of Blackberry #18030F

Tints of Blackberry #18030F

Color information

#18030F (or 0x18030F) is unknown color: approx Blackberry. HEX triplet: 18, 03 and 0F. RGB value is (24,3,15). Sum of RGB (Red+Green+Blue) = 24+3+15=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030F is #E7FCF0. Grayscale: #0A0A0A. Windows color (decimal): -15203569 or 983832. OLE color: 983832.

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

Color convert

RGB24315-
CMYK00.880.370.91
HSL325.71º77.78%5.29%-
HSV(B)325.71º87.5%9.41%-
XYZ0.50.290.48-
YUV10.65130.46137.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 7.14%
BLUE value IS 15 (6.25% from 255) = 35.71%
R=57.14%
G=7.14%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431500.880.370.91325.7177.785.29
Hex183F058255B1464e5
Octal303170130451335061165
Binary110001111110101100010010110110111010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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