Html Css Color HEX #00171A Black Pearl

📋 copy color: '#00171A'

red 0 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #00171A

Tints of Black Pearl #00171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 53.06%

R = 0%
G = 46.94%
B = 53.06%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00171A (or 0x00171A) is known color: Black Pearl. HEX triplet: 00, 17 and 1A. RGB value is (0,23,26). Sum of RGB (Red+Green+Blue) = 0+23+26=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 26 (10.55% from 255 or 53.06% from 49); Max value from RGB is 26 - color contains mainly: blue. Hex color #00171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171A is #FFE8E5. Grayscale: #101010. Windows color (decimal): -16771302 or 1709824. OLE color: 1709824.

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

Color convert

RGB 0 23 26 -
CMYK 1 0.12 0 0.90
HSL 186.92º 1% 0.05% -
HSV(B) 186.92º 1% 0.1% -
XYZ 0.49 0.69 1.08 -
YUV 16.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 0 23 26 1 0.12 0 0.90 186.92 1 0.05
Hex 0 17 1A 64 C 0 5A BB 64 5
Octal 0 27 32 144 14 0 132 273 144 5
Binary 0 10111 11010 1100100 1100 0 1011010 10111011 1100100 101

Color Harmonies of #00171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00171A

Black with #00171A

Text Example


Text Example

White with #00171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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