Html Css Color HEX #070C10 Black Pearl

📋 copy color: '#070C10'

red 7 ◦ green 12 ◦ blue 16

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

Shades of Black Pearl #070C10

Tints of Black Pearl #070C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 20%
G = 34.29%
B = 45.71%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070C10 (or 0x070C10) is known color: Black Pearl. HEX triplet: 07, 0C and 10. RGB value is (7,12,16). Sum of RGB (Red+Green+Blue) = 7+12+16=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #070C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C10 is #F8F3EF. Grayscale: #0A0A0A. Windows color (decimal): -16315376 or 1051655. OLE color: 1051655.

HSL color Cylindrical-coordinate representation of color #070C10: hue angle of 206.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #070C10 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 12 16 -
CMYK 0.56 0.25 0 0.94
HSL 206.67º 0.39% 0.05% -
HSV(B) 206.67º 0.56% 0.06% -
XYZ 0.31 0.35 0.54 -
YUV 10.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 7 12 16 0.56 0.25 0 0.94 206.67 0.39 0.05
Hex 7 C 10 38 19 0 5E CF 27 5
Octal 7 14 20 70 31 0 136 317 47 5
Binary 111 1100 10000 111000 11001 0 1011110 11001111 100111 101

Color Harmonies of #070C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C10

Black with #070C10

Text Example


Text Example

White with #070C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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