Html Css Color HEX #071017 Black Pearl

📋 copy color: '#071017'

red 7 ◦ green 16 ◦ blue 23

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

Shades of Black Pearl #071017

Tints of Black Pearl #071017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 50%

R = 15.22%
G = 34.78%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071017 (or 0x071017) is known color: Black Pearl. HEX triplet: 07, 10 and 17. RGB value is (7,16,23). Sum of RGB (Red+Green+Blue) = 7+16+23=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #071017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071017 is #F8EFE8. Grayscale: #0E0E0E. Windows color (decimal): -16314345 or 1511431. OLE color: 1511431.

HSL color Cylindrical-coordinate representation of color #071017: hue angle of 206.25º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #071017 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 16 23 -
CMYK 0.70 0.30 0 0.91
HSL 206.25º 0.53% 0.06% -
HSV(B) 206.25º 0.7% 0.09% -
XYZ 0.43 0.48 0.88 -
YUV 14.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 7 16 23 0.70 0.30 0 0.91 206.25 0.53 0.06
Hex 7 10 17 46 1E 0 5B CE 35 6
Octal 7 20 27 106 36 0 133 316 65 6
Binary 111 10000 10111 1000110 11110 0 1011011 11001110 110101 110

Color Harmonies of #071017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071017

Black with #071017

Text Example


Text Example

White with #071017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071017; }

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

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

background-color css

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

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

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

border-color css

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

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

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