Html Css Color HEX #070D15 Black Pearl

📋 copy color: '#070D15'

red 7 ◦ green 13 ◦ blue 21

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

Shades of Black Pearl #070D15

Tints of Black Pearl #070D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 51.22%

R = 17.07%
G = 31.71%
B = 51.22%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#070D15 (or 0x070D15) is known color: Black Pearl. HEX triplet: 07, 0D and 15. RGB value is (7,13,21). Sum of RGB (Red+Green+Blue) = 7+13+21=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #070D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D15 is #F8F2EA. Grayscale: #0C0C0C. Windows color (decimal): -16315115 or 1379591. OLE color: 1379591.

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

Color convert

RGB 7 13 21 -
CMYK 0.67 0.38 0 0.92
HSL 214.29º 0.5% 0.05% -
HSV(B) 214.29º 0.67% 0.08% -
XYZ 0.37 0.39 0.76 -
YUV 12.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 7 13 21 0.67 0.38 0 0.92 214.29 0.5 0.05
Hex 7 D 15 43 26 0 5C D6 32 5
Octal 7 15 25 103 46 0 134 326 62 5
Binary 111 1101 10101 1000011 100110 0 1011100 11010110 110010 101

Color Harmonies of #070D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D15

Black with #070D15

Text Example


Text Example

White with #070D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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