Html Css Color HEX #070D0F Black Pearl

📋 copy color: '#070D0F'

red 7 ◦ green 13 ◦ blue 15

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

Shades of Black Pearl #070D0F

Tints of Black Pearl #070D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 42.86%

R = 20%
G = 37.14%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#070D0F (or 0x070D0F) is known color: Black Pearl. HEX triplet: 07, 0D and 0F. RGB value is (7,13,15). Sum of RGB (Red+Green+Blue) = 7+13+15=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 15 - color contains mainly: blue. Hex color #070D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D0F is #F8F2F0. Grayscale: #0B0B0B. Windows color (decimal): -16315121 or 986375. OLE color: 986375.

HSL color Cylindrical-coordinate representation of color #070D0F: hue angle of 195º degrees, saturation: 0.36, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #070D0F is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 7 13 15 -
CMYK 0.53 0.13 0 0.94
HSL 195º 0.36% 0.04% -
HSV(B) 195º 0.53% 0.06% -
XYZ 0.32 0.37 0.51 -
YUV 11.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 7 13 15 0.53 0.13 0 0.94 195 0.36 0.04
Hex 7 D F 35 D 0 5E C3 24 4
Octal 7 15 17 65 15 0 136 303 44 4
Binary 111 1101 1111 110101 1101 0 1011110 11000011 100100 100

Color Harmonies of #070D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D0F

Black with #070D0F

Text Example


Text Example

White with #070D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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