Html Css Color HEX #000918 Black Pearl

📋 copy color: '#000918'

red 0 ◦ green 9 ◦ blue 24

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

Shades of Black Pearl #000918

Tints of Black Pearl #000918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 27.27%

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

R = 0%
G = 27.27%
B = 72.73%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000918 (or 0x000918) is known color: Black Pearl. HEX triplet: 00, 09 and 18. RGB value is (0,9,24). Sum of RGB (Red+Green+Blue) = 0+9+24=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #000918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000918 is #FFF6E7. Grayscale: #070707. Windows color (decimal): -16774888 or 1575168. OLE color: 1575168.

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

Color convert

RGB 0 9 24 -
CMYK 1 0.63 0 0.91
HSL 217.5º 1% 0.05% -
HSV(B) 217.5º 1% 0.09% -
XYZ 0.26 0.26 0.9 -
YUV 8.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 0 9 24 1 0.63 0 0.91 217.5 1 0.05
Hex 0 9 18 64 3F 0 5B DA 64 5
Octal 0 11 30 144 77 0 133 332 144 5
Binary 0 1001 11000 1100100 111111 0 1011011 11011010 1100100 101

Color Harmonies of #000918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000918

Black with #000918

Text Example


Text Example

White with #000918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000918; }

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

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

background-color css

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

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

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

border-color css

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

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

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