Html Css Color HEX #00080B Black Pearl

📋 copy color: '#00080B'

red 0 ◦ green 8 ◦ blue 11

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

Shades of Black Pearl #00080B

Tints of Black Pearl #00080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 42.11%

 BLUE value IS 11 (4.69% from 255) = 57.89%

R = 0%
G = 42.11%
B = 57.89%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#00080B (or 0x00080B) is known color: Black Pearl. HEX triplet: 00, 08 and 0B. RGB value is (0,8,11). Sum of RGB (Red+Green+Blue) = 0+8+11=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #00080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00080B is #FFF7F4. Grayscale: #050505. Windows color (decimal): -16775157 or 722944. OLE color: 722944.

HSL color Cylindrical-coordinate representation of color #00080B: hue angle of 196.36º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00080B is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 0 8 11 -
CMYK 1 0.27 0 0.96
HSL 196.36º 1% 0.02% -
HSV(B) 196.36º 1% 0.04% -
XYZ 0.15 0.2 0.35 -
YUV 5.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 0 8 11 1 0.27 0 0.96 196.36 1 0.02
Hex 0 8 B 64 1B 0 60 C4 64 2
Octal 0 10 13 144 33 0 140 304 144 2
Binary 0 1000 1011 1100100 11011 0 1100000 11000100 1100100 10

Color Harmonies of #00080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00080B

Black with #00080B

Text Example


Text Example

White with #00080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00080B; }

 p { color: rgb(0,8,11); }

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

background-color css

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

 a { background-color: rgb(0,8,11); }

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

border-color css

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

 span { border-color: rgb(0,8,11); }

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