Html Css Color HEX #071114 Black Pearl

📋 copy color: '#071114'

red 7 ◦ green 17 ◦ blue 20

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

Shades of Black Pearl #071114

Tints of Black Pearl #071114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 38.64%

 BLUE value IS 20 (8.2% from 255) = 45.45%

R = 15.91%
G = 38.64%
B = 45.45%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#071114 (or 0x071114) is known color: Black Pearl. HEX triplet: 07, 11 and 14. RGB value is (7,17,20). Sum of RGB (Red+Green+Blue) = 7+17+20=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #071114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071114 is #F8EEEB. Grayscale: #0E0E0E. Windows color (decimal): -16314092 or 1315079. OLE color: 1315079.

HSL color Cylindrical-coordinate representation of color #071114: hue angle of 193.85º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #071114 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 17 20 -
CMYK 0.65 0.15 0 0.92
HSL 193.85º 0.48% 0.05% -
HSV(B) 193.85º 0.65% 0.08% -
XYZ 0.41 0.5 0.74 -
YUV 14.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 7 17 20 0.65 0.15 0 0.92 193.85 0.48 0.05
Hex 7 11 14 41 F 0 5C C2 30 5
Octal 7 21 24 101 17 0 134 302 60 5
Binary 111 10001 10100 1000001 1111 0 1011100 11000010 110000 101

Color Harmonies of #071114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071114

Black with #071114

Text Example


Text Example

White with #071114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071114; }

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

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

background-color css

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

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

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

border-color css

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

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

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