Html Css Color HEX #070E12 Black Pearl

📋 copy color: '#070E12'

red 7 ◦ green 14 ◦ blue 18

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

Shades of Black Pearl #070E12

Tints of Black Pearl #070E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 35.9%

 BLUE value IS 18 (7.42% from 255) = 46.15%

R = 17.95%
G = 35.9%
B = 46.15%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070E12 (or 0x070E12) is known color: Black Pearl. HEX triplet: 07, 0E and 12. RGB value is (7,14,18). Sum of RGB (Red+Green+Blue) = 7+14+18=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #070E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070E12 is #F8F1ED. Grayscale: #0C0C0C. Windows color (decimal): -16314862 or 1183239. OLE color: 1183239.

HSL color Cylindrical-coordinate representation of color #070E12: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070E12 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 14 18 -
CMYK 0.61 0.22 0 0.93
HSL 201.82º 0.44% 0.05% -
HSV(B) 201.82º 0.61% 0.07% -
XYZ 0.35 0.4 0.63 -
YUV 12.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 7 14 18 0.61 0.22 0 0.93 201.82 0.44 0.05
Hex 7 E 12 3D 16 0 5D CA 2C 5
Octal 7 16 22 75 26 0 135 312 54 5
Binary 111 1110 10010 111101 10110 0 1011101 11001010 101100 101

Color Harmonies of #070E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E12

Black with #070E12

Text Example


Text Example

White with #070E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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