Html Css Color HEX #070D0E Black Pearl

📋 copy color: '#070D0E'

red 7 ◦ green 13 ◦ blue 14

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

Shades of Black Pearl #070D0E

Tints of Black Pearl #070D0E

RGB

 RED value IS 7 (3.13% from 255) = 20.59%

 GREEN value IS 13 (5.47% from 255) = 38.24%

 BLUE value IS 14 (5.86% from 255) = 41.18%

R = 20.59%
G = 38.24%
B = 41.18%

CMYK

 C value IS 0.5

 M value IS 0.07

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#070D0E (or 0x070D0E) is known color: Black Pearl. HEX triplet: 07, 0D and 0E. RGB value is (7,13,14). Sum of RGB (Red+Green+Blue) = 7+13+14=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 14 - color contains mainly: blue. Hex color #070D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0E is #F8F2F1. Grayscale: #0B0B0B. Windows color (decimal): -16315122 or 920839. OLE color: 920839.

HSL color Cylindrical-coordinate representation of color #070D0E: hue angle of 188.57º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070D0E is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 13 14 -
CMYK 0.5 0.07 0 0.95
HSL 188.57º 0.33% 0.04% -
HSV(B) 188.57º 0.5% 0.05% -
XYZ 0.31 0.36 0.47 -
YUV 11.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 7 13 14 0.5 0.07 0 0.95 188.57 0.33 0.04
Hex 7 D E 32 7 0 5F BD 21 4
Octal 7 15 16 62 7 0 137 275 41 4
Binary 111 1101 1110 110010 111 0 1011111 10111101 100001 100

Color Harmonies of #070D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D0E

Black with #070D0E

Text Example


Text Example

White with #070D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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