Html Css Color HEX #010D17 Black Pearl

📋 copy color: '#010D17'

red 1 ◦ green 13 ◦ blue 23

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

Shades of Black Pearl #010D17

Tints of Black Pearl #010D17

RGB

 RED value IS 1 (0.78% from 255) = 2.7%

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

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

R = 2.7%
G = 35.14%
B = 62.16%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#010D17 (or 0x010D17) is known color: Black Pearl. HEX triplet: 01, 0D and 17. RGB value is (1,13,23). Sum of RGB (Red+Green+Blue) = 1+13+23=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #010D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D17 is #FEF2E8. Grayscale: #0A0A0A. Windows color (decimal): -16708329 or 1510657. OLE color: 1510657.

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

Color convert

RGB 1 13 23 -
CMYK 0.96 0.43 0 0.91
HSL 207.27º 0.92% 0.05% -
HSV(B) 207.27º 0.96% 0.09% -
XYZ 0.31 0.36 0.86 -
YUV 10.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 1 13 23 0.96 0.43 0 0.91 207.27 0.92 0.05
Hex 1 D 17 60 2B 0 5B CF 5C 5
Octal 1 15 27 140 53 0 133 317 134 5
Binary 1 1101 10111 1100000 101011 0 1011011 11001111 1011100 101

Color Harmonies of #010D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D17

Black with #010D17

Text Example


Text Example

White with #010D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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