Html Css Color HEX #070D12 Black Pearl

📋 copy color: '#070D12'

red 7 ◦ green 13 ◦ blue 18

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

Shades of Black Pearl #070D12

Tints of Black Pearl #070D12

RGB

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

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

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

R = 18.42%
G = 34.21%
B = 47.37%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070D12 (or 0x070D12) is known color: Black Pearl. HEX triplet: 07, 0D and 12. RGB value is (7,13,18). Sum of RGB (Red+Green+Blue) = 7+13+18=38 (5% of max value = 765). Red value is 7 (3.12% from 255 or 18.42% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #070D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D12 is #F8F2ED. Grayscale: #0B0B0B. Windows color (decimal): -16315118 or 1182983. OLE color: 1182983.

HSL color Cylindrical-coordinate representation of color #070D12: hue angle of 207.27º 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 #070D12 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 13 18 -
CMYK 0.61 0.28 0 0.93
HSL 207.27º 0.44% 0.05% -
HSV(B) 207.27º 0.61% 0.07% -
XYZ 0.34 0.38 0.63 -
YUV 11.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 7 13 18 0.61 0.28 0 0.93 207.27 0.44 0.05
Hex 7 D 12 3D 1C 0 5D CF 2C 5
Octal 7 15 22 75 34 0 135 317 54 5
Binary 111 1101 10010 111101 11100 0 1011101 11001111 101100 101

Color Harmonies of #070D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D12

Black with #070D12

Text Example


Text Example

White with #070D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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