Html Css Color HEX #011018 Black Pearl

📋 copy color: '#011018'

red 1 ◦ green 16 ◦ blue 24

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

Shades of Black Pearl #011018

Tints of Black Pearl #011018

RGB

 RED value IS 1 (0.78% from 255) = 2.44%

 GREEN value IS 16 (6.64% from 255) = 39.02%

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

R = 2.44%
G = 39.02%
B = 58.54%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011018 (or 0x011018) is known color: Black Pearl. HEX triplet: 01, 10 and 18. RGB value is (1,16,24). Sum of RGB (Red+Green+Blue) = 1+16+24=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 16 (6.64% from 255 or 39.02% 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 #011018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011018 is #FEEFE7. Grayscale: #0C0C0C. Windows color (decimal): -16707560 or 1576961. OLE color: 1576961.

HSL color Cylindrical-coordinate representation of color #011018: hue angle of 200.87º 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 #011018 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 16 24 -
CMYK 0.96 0.33 0 0.91
HSL 200.87º 0.92% 0.05% -
HSV(B) 200.87º 0.96% 0.09% -
XYZ 0.36 0.44 0.93 -
YUV 12.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 1 16 24 0.96 0.33 0 0.91 200.87 0.92 0.05
Hex 1 10 18 60 21 0 5B C9 5C 5
Octal 1 20 30 140 41 0 133 311 134 5
Binary 1 10000 11000 1100000 100001 0 1011011 11001001 1011100 101

Color Harmonies of #011018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011018

Black with #011018

Text Example


Text Example

White with #011018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011018; }

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

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

background-color css

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

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

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

border-color css

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

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

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