Html Css Color HEX #070C0E Black Pearl

📋 copy color: '#070C0E'

red 7 ◦ green 12 ◦ blue 14

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

Shades of Black Pearl #070C0E

Tints of Black Pearl #070C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 36.36%

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

R = 21.21%
G = 36.36%
B = 42.42%

CMYK

 C value IS 0.5

 M value IS 0.14

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#070C0E (or 0x070C0E) is known color: Black Pearl. HEX triplet: 07, 0C and 0E. RGB value is (7,12,14). Sum of RGB (Red+Green+Blue) = 7+12+14=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 14 - color contains mainly: blue. Hex color #070C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C0E is #F8F3F1. Grayscale: #0A0A0A. Windows color (decimal): -16315378 or 920583. OLE color: 920583.

HSL color Cylindrical-coordinate representation of color #070C0E: hue angle of 197.14º 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 #070C0E is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 12 14 -
CMYK 0.5 0.14 0 0.95
HSL 197.14º 0.33% 0.04% -
HSV(B) 197.14º 0.5% 0.05% -
XYZ 0.3 0.34 0.47 -
YUV 10.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 7 12 14 0.5 0.14 0 0.95 197.14 0.33 0.04
Hex 7 C E 32 E 0 5F C5 21 4
Octal 7 14 16 62 16 0 137 305 41 4
Binary 111 1100 1110 110010 1110 0 1011111 11000101 100001 100

Color Harmonies of #070C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C0E

Black with #070C0E

Text Example


Text Example

White with #070C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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