Html Css Color HEX #071011 Black Pearl

📋 copy color: '#071011'

red 7 ◦ green 16 ◦ blue 17

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

Shades of Black Pearl #071011

Tints of Black Pearl #071011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 42.5%

R = 17.5%
G = 40%
B = 42.5%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#071011 (or 0x071011) is known color: Black Pearl. HEX triplet: 07, 10 and 11. RGB value is (7,16,17). Sum of RGB (Red+Green+Blue) = 7+16+17=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 17 - color contains mainly: blue. Hex color #071011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071011 is #F8EFEE. Grayscale: #0D0D0D. Windows color (decimal): -16314351 or 1118215. OLE color: 1118215.

HSL color Cylindrical-coordinate representation of color #071011: hue angle of 186º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #071011 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 16 17 -
CMYK 0.59 0.06 0 0.93
HSL 186º 0.42% 0.05% -
HSV(B) 186º 0.59% 0.07% -
XYZ 0.37 0.46 0.6 -
YUV 13.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 7 16 17 0.59 0.06 0 0.93 186 0.42 0.05
Hex 7 10 11 3B 6 0 5D BA 2A 5
Octal 7 20 21 73 6 0 135 272 52 5
Binary 111 10000 10001 111011 110 0 1011101 10111010 101010 101

Color Harmonies of #071011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071011

Black with #071011

Text Example


Text Example

White with #071011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071011; }

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

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

background-color css

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

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

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

border-color css

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

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

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