Html Css Color HEX #070D13 Black Pearl

📋 copy color: '#070D13'

red 7 ◦ green 13 ◦ blue 19

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

Shades of Black Pearl #070D13

Tints of Black Pearl #070D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 48.72%

R = 17.95%
G = 33.33%
B = 48.72%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070D13 (or 0x070D13) is known color: Black Pearl. HEX triplet: 07, 0D and 13. RGB value is (7,13,19). Sum of RGB (Red+Green+Blue) = 7+13+19=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 13 (5.47% from 255 or 33.33% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: blue. Hex color #070D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D13 is #F8F2EC. Grayscale: #0B0B0B. Windows color (decimal): -16315117 or 1248519. OLE color: 1248519.

HSL color Cylindrical-coordinate representation of color #070D13: hue angle of 210º degrees, saturation: 0.46, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #070D13 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 13 19 -
CMYK 0.63 0.32 0 0.93
HSL 210º 0.46% 0.05% -
HSV(B) 210º 0.63% 0.07% -
XYZ 0.35 0.38 0.67 -
YUV 11.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 7 13 19 0.63 0.32 0 0.93 210 0.46 0.05
Hex 7 D 13 3F 20 0 5D D2 2E 5
Octal 7 15 23 77 40 0 135 322 56 5
Binary 111 1101 10011 111111 100000 0 1011101 11010010 101110 101

Color Harmonies of #070D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D13

Black with #070D13

Text Example


Text Example

White with #070D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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