Html Css Color HEX #001017 Black Pearl

📋 copy color: '#001017'

red 0 ◦ green 16 ◦ blue 23

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

Shades of Black Pearl #001017

Tints of Black Pearl #001017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 0%
G = 41.03%
B = 58.97%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#001017 (or 0x001017) is known color: Black Pearl. HEX triplet: 00, 10 and 17. RGB value is (0,16,23). Sum of RGB (Red+Green+Blue) = 0+16+23=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #001017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001017 is #FFEFE8. Grayscale: #0B0B0B. Windows color (decimal): -16773097 or 1511424. OLE color: 1511424.

HSL color Cylindrical-coordinate representation of color #001017: hue angle of 198.26º 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 #001017 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 0 16 23 -
CMYK 1 0.30 0 0.91
HSL 198.26º 1% 0.05% -
HSV(B) 198.26º 1% 0.09% -
XYZ 0.34 0.43 0.88 -
YUV 12.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 0 16 23 1 0.30 0 0.91 198.26 1 0.05
Hex 0 10 17 64 1E 0 5B C6 64 5
Octal 0 20 27 144 36 0 133 306 144 5
Binary 0 10000 10111 1100100 11110 0 1011011 11000110 1100100 101

Color Harmonies of #001017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001017

Black with #001017

Text Example


Text Example

White with #001017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001017; }

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

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

background-color css

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

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

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

border-color css

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

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

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