Html Css Color HEX #071013 Black Pearl

📋 copy color: '#071013'

red 7 ◦ green 16 ◦ blue 19

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

Shades of Black Pearl #071013

Tints of Black Pearl #071013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 38.1%

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

R = 16.67%
G = 38.1%
B = 45.24%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#071013 (or 0x071013) is known color: Black Pearl. HEX triplet: 07, 10 and 13. RGB value is (7,16,19). Sum of RGB (Red+Green+Blue) = 7+16+19=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #071013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071013 is #F8EFEC. Grayscale: #0D0D0D. Windows color (decimal): -16314349 or 1249287. OLE color: 1249287.

HSL color Cylindrical-coordinate representation of color #071013: hue angle of 195º 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 #071013 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 16 19 -
CMYK 0.63 0.16 0 0.93
HSL 195º 0.46% 0.05% -
HSV(B) 195º 0.63% 0.07% -
XYZ 0.39 0.46 0.68 -
YUV 13.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 7 16 19 0.63 0.16 0 0.93 195 0.46 0.05
Hex 7 10 13 3F 10 0 5D C3 2E 5
Octal 7 20 23 77 20 0 135 303 56 5
Binary 111 10000 10011 111111 10000 0 1011101 11000011 101110 101

Color Harmonies of #071013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071013

Black with #071013

Text Example


Text Example

White with #071013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071013; }

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

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

background-color css

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

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

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

border-color css

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

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

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