Html Css Color HEX #00171C Black Pearl

📋 copy color: '#00171C'

red 0 ◦ green 23 ◦ blue 28

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

Shades of Black Pearl #00171C

Tints of Black Pearl #00171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 0%
G = 45.1%
B = 54.9%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00171C (or 0x00171C) is known color: Black Pearl. HEX triplet: 00, 17 and 1C. RGB value is (0,23,28). Sum of RGB (Red+Green+Blue) = 0+23+28=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #00171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00171C is #FFE8E3. Grayscale: #101010. Windows color (decimal): -16771300 or 1840896. OLE color: 1840896.

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

Color convert

RGB 0 23 28 -
CMYK 1 0.18 0 0.89
HSL 190.71º 1% 0.05% -
HSV(B) 190.71º 1% 0.11% -
XYZ 0.52 0.7 1.21 -
YUV 16.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 0 23 28 1 0.18 0 0.89 190.71 1 0.05
Hex 0 17 1C 64 12 0 59 BF 64 5
Octal 0 27 34 144 22 0 131 277 144 5
Binary 0 10111 11100 1100100 10010 0 1011001 10111111 1100100 101

Color Harmonies of #00171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00171C

Black with #00171C

Text Example


Text Example

White with #00171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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