Html Css Color HEX #07171F Black Pearl

📋 copy color: '#07171F'

red 7 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #07171F

Tints of Black Pearl #07171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 37.7%

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 11.48%
G = 37.7%
B = 50.82%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07171F (or 0x07171F) is known color: Black Pearl. HEX triplet: 07, 17 and 1F. RGB value is (7,23,31). Sum of RGB (Red+Green+Blue) = 7+23+31=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 23 (9.38% from 255 or 37.70% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #07171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07171F is #F8E8E0. Grayscale: #131313. Windows color (decimal): -16312545 or 2037511. OLE color: 2037511.

HSL color Cylindrical-coordinate representation of color #07171F: hue angle of 200º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07171F is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 23 31 -
CMYK 0.77 0.26 0 0.88
HSL 200º 0.63% 0.07% -
HSV(B) 200º 0.77% 0.12% -
XYZ 0.64 0.76 1.41 -
YUV 19.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 7 23 31 0.77 0.26 0 0.88 200 0.63 0.07
Hex 7 17 1F 4D 1A 0 58 C8 3F 7
Octal 7 27 37 115 32 0 130 310 77 7
Binary 111 10111 11111 1001101 11010 0 1011000 11001000 111111 111

Color Harmonies of #07171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07171F

Black with #07171F

Text Example


Text Example

White with #07171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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