Html Css Color HEX #071115 Black Pearl

📋 copy color: '#071115'

red 7 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #071115

Tints of Black Pearl #071115

RGB

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

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

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

R = 15.56%
G = 37.78%
B = 46.67%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#071115 (or 0x071115) is known color: Black Pearl. HEX triplet: 07, 11 and 15. RGB value is (7,17,21). Sum of RGB (Red+Green+Blue) = 7+17+21=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #071115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071115 is #F8EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16314091 or 1380615. OLE color: 1380615.

HSL color Cylindrical-coordinate representation of color #071115: hue angle of 197.14º 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 #071115 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 17 21 -
CMYK 0.67 0.19 0 0.92
HSL 197.14º 0.5% 0.05% -
HSV(B) 197.14º 0.67% 0.08% -
XYZ 0.42 0.5 0.78 -
YUV 14.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 7 17 21 0.67 0.19 0 0.92 197.14 0.5 0.05
Hex 7 11 15 43 13 0 5C C5 32 5
Octal 7 21 25 103 23 0 134 305 62 5
Binary 111 10001 10101 1000011 10011 0 1011100 11000101 110010 101

Color Harmonies of #071115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071115

Black with #071115

Text Example


Text Example

White with #071115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071115; }

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

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

background-color css

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

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

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

border-color css

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

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

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