Html Css Color HEX #00090D Black Pearl

📋 copy color: '#00090D'

red 0 ◦ green 9 ◦ blue 13

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

Shades of Black Pearl #00090D

Tints of Black Pearl #00090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 59.09%

R = 0%
G = 40.91%
B = 59.09%

CMYK

 C value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#00090D (or 0x00090D) is known color: Black Pearl. HEX triplet: 00, 09 and 0D. RGB value is (0,9,13). Sum of RGB (Red+Green+Blue) = 0+9+13=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #00090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00090D is #FFF6F2. Grayscale: #060606. Windows color (decimal): -16774899 or 854272. OLE color: 854272.

HSL color Cylindrical-coordinate representation of color #00090D: hue angle of 198.46º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00090D is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 0 9 13 -
CMYK 1 0.31 0 0.95
HSL 198.46º 1% 0.03% -
HSV(B) 198.46º 1% 0.05% -
XYZ 0.17 0.22 0.42 -
YUV 6.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 0 9 13 1 0.31 0 0.95 198.46 1 0.03
Hex 0 9 D 64 1F 0 5F C6 64 3
Octal 0 11 15 144 37 0 137 306 144 3
Binary 0 1001 1101 1100100 11111 0 1011111 11000110 1100100 11

Color Harmonies of #00090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00090D

Black with #00090D

Text Example


Text Example

White with #00090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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