Html Css Color HEX #071417 Black Pearl

📋 copy color: '#071417'

red 7 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #071417

Tints of Black Pearl #071417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40%

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

R = 14%
G = 40%
B = 46%

CMYK

 C value IS 0.70

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071417 (or 0x071417) is known color: Black Pearl. HEX triplet: 07, 14 and 17. RGB value is (7,20,23). Sum of RGB (Red+Green+Blue) = 7+20+23=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 23 (9.38% from 255 or 46% from 50); Max value from RGB is 23 - color contains mainly: blue. Hex color #071417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071417 is #F8EBE8. Grayscale: #101010. Windows color (decimal): -16313321 or 1512455. OLE color: 1512455.

HSL color Cylindrical-coordinate representation of color #071417: hue angle of 191.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 #071417 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 20 23 -
CMYK 0.70 0.13 0 0.91
HSL 191.25º 0.53% 0.06% -
HSV(B) 191.25º 0.7% 0.09% -
XYZ 0.49 0.61 0.9 -
YUV 16.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 7 20 23 0.70 0.13 0 0.91 191.25 0.53 0.06
Hex 7 14 17 46 D 0 5B BF 35 6
Octal 7 24 27 106 15 0 133 277 65 6
Binary 111 10100 10111 1000110 1101 0 1011011 10111111 110101 110

Color Harmonies of #071417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071417

Black with #071417

Text Example


Text Example

White with #071417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071417; }

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

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

background-color css

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

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

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

border-color css

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

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

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