Html Css Color HEX #070D14 Black Pearl

📋 copy color: '#070D14'

red 7 ◦ green 13 ◦ blue 20

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

Shades of Black Pearl #070D14

Tints of Black Pearl #070D14

RGB

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

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

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

R = 17.5%
G = 32.5%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070D14 (or 0x070D14) is known color: Black Pearl. HEX triplet: 07, 0D and 14. RGB value is (7,13,20). Sum of RGB (Red+Green+Blue) = 7+13+20=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #070D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D14 is #F8F2EB. Grayscale: #0B0B0B. Windows color (decimal): -16315116 or 1314055. OLE color: 1314055.

HSL color Cylindrical-coordinate representation of color #070D14: hue angle of 212.31º 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 #070D14 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 13 20 -
CMYK 0.65 0.35 0 0.92
HSL 212.31º 0.48% 0.05% -
HSV(B) 212.31º 0.65% 0.08% -
XYZ 0.36 0.38 0.72 -
YUV 12 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 7 13 20 0.65 0.35 0 0.92 212.31 0.48 0.05
Hex 7 D 14 41 23 0 5C D4 30 5
Octal 7 15 24 101 43 0 134 324 60 5
Binary 111 1101 10100 1000001 100011 0 1011100 11010100 110000 101

Color Harmonies of #070D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D14

Black with #070D14

Text Example


Text Example

White with #070D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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