#00070B

Color #00070B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #00070B

Tints of Black Pearl #00070B

Color information

#00070B (or 0x00070B) is unknown color: approx Black Pearl. HEX triplet: 00, 07 and 0B. RGB value is (0,7,11). Sum of RGB (Red+Green+Blue) = 0+7+11=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #00070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070B is #FFF8F4. Grayscale: #050505. Windows color (decimal): -16775413 or 722688. OLE color: 722688.

HSL color Cylindrical-coordinate representation of color #00070B: hue angle of 201.82º 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 #00070B is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB0711-
CMYK10.3600.96
HSL201.82º100%2.16%-
HSV(B)201.82º100%4.31%-
XYZ0.140.180.34-
YUV5.36131.18124.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 11 (4.69% from 255) = 61.11%
R=0%
G=38.89%
B=61.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal071110.3600.96201.821002.16
Hex07B6424060ca642
Octal07131444401403121442
Binary0111101111001001001000110000011001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00070B;
 }
 .AnyTagClassName
 {
   color: #00070B;
 }
</style>
background-color css

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

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

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

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

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

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