Html Css Color HEX #070F14 Black Pearl

📋 copy color: '#070F14'

red 7 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #070F14

Tints of Black Pearl #070F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 35.71%

 BLUE value IS 20 (8.2% from 255) = 47.62%

R = 16.67%
G = 35.71%
B = 47.62%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070F14 (or 0x070F14) is known color: Black Pearl. HEX triplet: 07, 0F and 14. RGB value is (7,15,20). Sum of RGB (Red+Green+Blue) = 7+15+20=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: blue. Hex color #070F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070F14 is #F8F0EB. Grayscale: #0D0D0D. Windows color (decimal): -16314604 or 1314567. OLE color: 1314567.

HSL color Cylindrical-coordinate representation of color #070F14: hue angle of 203.08º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070F14 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 15 20 -
CMYK 0.65 0.25 0 0.92
HSL 203.08º 0.48% 0.05% -
HSV(B) 203.08º 0.65% 0.08% -
XYZ 0.38 0.44 0.73 -
YUV 13.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 7 15 20 0.65 0.25 0 0.92 203.08 0.48 0.05
Hex 7 F 14 41 19 0 5C CB 30 5
Octal 7 17 24 101 31 0 134 313 60 5
Binary 111 1111 10100 1000001 11001 0 1011100 11001011 110000 101

Color Harmonies of #070F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F14

Black with #070F14

Text Example


Text Example

White with #070F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,20); }

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

background-color css

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

 a { background-color: rgb(7,15,20); }

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

border-color css

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

 span { border-color: rgb(7,15,20); }

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