Html Css Color HEX #00171F Black Pearl

📋 copy color: '#00171F'

red 0 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #00171F

Tints of Black Pearl #00171F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.59%
B = 57.41%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00171F (or 0x00171F) is known color: Black Pearl. HEX triplet: 00, 17 and 1F. RGB value is (0,23,31). Sum of RGB (Red+Green+Blue) = 0+23+31=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #00171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171F is #FFE8E0. Grayscale: #101010. Windows color (decimal): -16771297 or 2037504. OLE color: 2037504.

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

Color convert

RGB 0 23 31 -
CMYK 1 0.26 0 0.88
HSL 195.48º 1% 0.06% -
HSV(B) 195.48º 1% 0.12% -
XYZ 0.55 0.71 1.4 -
YUV 17.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 0 23 31 1 0.26 0 0.88 195.48 1 0.06
Hex 0 17 1F 64 1A 0 58 C3 64 6
Octal 0 27 37 144 32 0 130 303 144 6
Binary 0 10111 11111 1100100 11010 0 1011000 11000011 1100100 110

Color Harmonies of #00171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00171F

Black with #00171F

Text Example


Text Example

White with #00171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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