Html Css Color HEX #00171E Black Pearl

📋 copy color: '#00171E'

red 0 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #00171E

Tints of Black Pearl #00171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 56.6%

R = 0%
G = 43.4%
B = 56.6%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#00171E (or 0x00171E) is known color: Black Pearl. HEX triplet: 00, 17 and 1E. RGB value is (0,23,30). Sum of RGB (Red+Green+Blue) = 0+23+30=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #00171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171E is #FFE8E1. Grayscale: #101010. Windows color (decimal): -16771298 or 1971968. OLE color: 1971968.

HSL color Cylindrical-coordinate representation of color #00171E: hue angle of 194º 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 #00171E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 0 23 30 -
CMYK 1 0.23 0 0.88
HSL 194º 1% 0.06% -
HSV(B) 194º 1% 0.12% -
XYZ 0.54 0.71 1.34 -
YUV 16.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 0 23 30 1 0.23 0 0.88 194 1 0.06
Hex 0 17 1E 64 17 0 58 C2 64 6
Octal 0 27 36 144 27 0 130 302 144 6
Binary 0 10111 11110 1100100 10111 0 1011000 11000010 1100100 110

Color Harmonies of #00171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00171E

Black with #00171E

Text Example


Text Example

White with #00171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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