Html Css Color HEX #00070D Black Pearl

📋 copy color: '#00070D'

red 0 ◦ green 7 ◦ blue 13

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

Shades of Black Pearl #00070D

Tints of Black Pearl #00070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 35%

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

R = 0%
G = 35%
B = 65%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#00070D (or 0x00070D) is known color: Black Pearl. HEX triplet: 00, 07 and 0D. RGB value is (0,7,13). Sum of RGB (Red+Green+Blue) = 0+7+13=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 13 (5.47% from 255 or 65% from 20); Max value from RGB is 13 - color contains mainly: blue. Hex color #00070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00070D is #FFF8F2. Grayscale: #050505. Windows color (decimal): -16775411 or 853760. OLE color: 853760.

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

Color convert

RGB 0 7 13 -
CMYK 1 0.46 0 0.95
HSL 207.69º 1% 0.03% -
HSV(B) 207.69º 1% 0.05% -
XYZ 0.15 0.18 0.41 -
YUV 5.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 0 7 13 1 0.46 0 0.95 207.69 1 0.03
Hex 0 7 D 64 2E 0 5F D0 64 3
Octal 0 7 15 144 56 0 137 320 144 3
Binary 0 111 1101 1100100 101110 0 1011111 11010000 1100100 11

Color Harmonies of #00070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00070D

Black with #00070D

Text Example


Text Example

White with #00070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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