Html Css Color HEX #000914 Black Pearl

📋 copy color: '#000914'

red 0 ◦ green 9 ◦ blue 20

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

Shades of Black Pearl #000914

Tints of Black Pearl #000914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 68.97%

R = 0%
G = 31.03%
B = 68.97%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000914 (or 0x000914) is known color: Black Pearl. HEX triplet: 00, 09 and 14. RGB value is (0,9,20). Sum of RGB (Red+Green+Blue) = 0+9+20=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #000914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000914 is #FFF6EB. Grayscale: #070707. Windows color (decimal): -16774892 or 1313024. OLE color: 1313024.

HSL color Cylindrical-coordinate representation of color #000914: hue angle of 213º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000914 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 9 20 -
CMYK 1 0.55 0 0.92
HSL 213º 1% 0.04% -
HSV(B) 213º 1% 0.08% -
XYZ 0.22 0.25 0.7 -
YUV 7.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 0 9 20 1 0.55 0 0.92 213 1 0.04
Hex 0 9 14 64 37 0 5C D5 64 4
Octal 0 11 24 144 67 0 134 325 144 4
Binary 0 1001 10100 1100100 110111 0 1011100 11010101 1100100 100

Color Harmonies of #000914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000914

Black with #000914

Text Example


Text Example

White with #000914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000914; }

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

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

background-color css

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

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

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

border-color css

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

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

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