Html Css Color HEX #000F18 Black Pearl

📋 copy color: '#000F18'

red 0 ◦ green 15 ◦ blue 24

#000F18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #000F18

Tints of Black Pearl #000F18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 15 (6.25% from 255) = 38.46%

 BLUE value IS 24 (9.77% from 255) = 61.54%

R = 0%
G = 38.46%
B = 61.54%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000F18 (or 0x000F18) is known color: Black Pearl. HEX triplet: 00, 0F and 18. RGB value is (0,15,24). Sum of RGB (Red+Green+Blue) = 0+15+24=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 24 (9.77% from 255 or 61.54% from 39); Max value from RGB is 24 - color contains mainly: blue. Hex color #000F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F18 is #FFF0E7. Grayscale: #0B0B0B. Windows color (decimal): -16773352 or 1576704. OLE color: 1576704.

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

Color convert

RGB 0 15 24 -
CMYK 1 0.37 0 0.91
HSL 202.5º 1% 0.05% -
HSV(B) 202.5º 1% 0.09% -
XYZ 0.34 0.41 0.93 -
YUV 11.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 0 15 24 1 0.37 0 0.91 202.5 1 0.05
Hex 0 F 18 64 25 0 5B CA 64 5
Octal 0 17 30 144 45 0 133 312 144 5
Binary 0 1111 11000 1100100 100101 0 1011011 11001010 1100100 101

Color Harmonies of #000F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F18

Black with #000F18

Text Example


Text Example

White with #000F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F18; }

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

 H1.HeaderClassName
 {
   color: #000F18;
 }
 .AnyTagClassName
 {
   color: #000F18;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #000F18;
 }
 .BgClassName
 {
   background-color: #000F18;
 }
</style>

border-color css

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

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

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