Html Css Color HEX #001118 Black Pearl

📋 copy color: '#001118'

red 0 ◦ green 17 ◦ blue 24

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

Shades of Black Pearl #001118

Tints of Black Pearl #001118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 41.46%

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

R = 0%
G = 41.46%
B = 58.54%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001118 (or 0x001118) is known color: Black Pearl. HEX triplet: 00, 11 and 18. RGB value is (0,17,24). Sum of RGB (Red+Green+Blue) = 0+17+24=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #001118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001118 is #FFEEE7. Grayscale: #0C0C0C. Windows color (decimal): -16772840 or 1577216. OLE color: 1577216.

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

Color convert

RGB 0 17 24 -
CMYK 1 0.29 0 0.91
HSL 197.5º 1% 0.05% -
HSV(B) 197.5º 1% 0.09% -
XYZ 0.37 0.47 0.94 -
YUV 12.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 0 17 24 1 0.29 0 0.91 197.5 1 0.05
Hex 0 11 18 64 1D 0 5B C6 64 5
Octal 0 21 30 144 35 0 133 306 144 5
Binary 0 10001 11000 1100100 11101 0 1011011 11000110 1100100 101

Color Harmonies of #001118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001118

Black with #001118

Text Example


Text Example

White with #001118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001118; }

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

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

background-color css

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

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

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

border-color css

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

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

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