Html Css Color HEX #000D17 Black Pearl

📋 copy color: '#000D17'

red 0 ◦ green 13 ◦ blue 23

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

Shades of Black Pearl #000D17

Tints of Black Pearl #000D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 36.11%

 BLUE value IS 23 (9.38% from 255) = 63.89%

R = 0%
G = 36.11%
B = 63.89%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000D17 (or 0x000D17) is known color: Black Pearl. HEX triplet: 00, 0D and 17. RGB value is (0,13,23). Sum of RGB (Red+Green+Blue) = 0+13+23=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #000D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D17 is #FFF2E8. Grayscale: #0A0A0A. Windows color (decimal): -16773865 or 1510656. OLE color: 1510656.

HSL color Cylindrical-coordinate representation of color #000D17: hue angle of 206.09º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000D17 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 13 23 -
CMYK 1 0.43 0 0.91
HSL 206.09º 1% 0.05% -
HSV(B) 206.09º 1% 0.09% -
XYZ 0.3 0.35 0.86 -
YUV 10.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 0 13 23 1 0.43 0 0.91 206.09 1 0.05
Hex 0 D 17 64 2B 0 5B CE 64 5
Octal 0 15 27 144 53 0 133 316 144 5
Binary 0 1101 10111 1100100 101011 0 1011011 11001110 1100100 101

Color Harmonies of #000D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D17

Black with #000D17

Text Example


Text Example

White with #000D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D17; }

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

 H1.HeaderClassName
 {
   color: #000D17;
 }
 .AnyTagClassName
 {
   color: #000D17;
 }
</style>

background-color css

<style>
 a { background-color: #000D17; }

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

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

border-color css

<style>
 span { border-color: #000D17; }

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

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