Html Css Color HEX #091018 Black Pearl

📋 copy color: '#091018'

red 9 ◦ green 16 ◦ blue 24

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

Shades of Black Pearl #091018

Tints of Black Pearl #091018

RGB

 RED value IS 9 (3.91% from 255) = 18.37%

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

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

R = 18.37%
G = 32.65%
B = 48.98%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#091018 (or 0x091018) is known color: Black Pearl. HEX triplet: 09, 10 and 18. RGB value is (9,16,24). Sum of RGB (Red+Green+Blue) = 9+16+24=49 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.37% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #091018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091018 is #F6EFE7. Grayscale: #0E0E0E. Windows color (decimal): -16183272 or 1576969. OLE color: 1576969.

HSL color Cylindrical-coordinate representation of color #091018: hue angle of 212º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #091018 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 9 16 24 -
CMYK 0.63 0.33 0 0.91
HSL 212º 0.45% 0.06% -
HSV(B) 212º 0.63% 0.09% -
XYZ 0.46 0.49 0.94 -
YUV 14.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 9 16 24 0.63 0.33 0 0.91 212 0.45 0.06
Hex 9 10 18 3F 21 0 5B D4 2D 6
Octal 11 20 30 77 41 0 133 324 55 6
Binary 1001 10000 11000 111111 100001 0 1011011 11010100 101101 110

Color Harmonies of #091018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091018

Black with #091018

Text Example


Text Example

White with #091018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091018; }

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

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

background-color css

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

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

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

border-color css

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

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

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