Html Css Color HEX #010D11 Black Pearl

📋 copy color: '#010D11'

red 1 ◦ green 13 ◦ blue 17

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

Shades of Black Pearl #010D11

Tints of Black Pearl #010D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 54.84%

R = 3.23%
G = 41.94%
B = 54.84%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010D11 (or 0x010D11) is known color: Black Pearl. HEX triplet: 01, 0D and 11. RGB value is (1,13,17). Sum of RGB (Red+Green+Blue) = 1+13+17=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 17 (7.03% from 255 or 54.84% from 31); Max value from RGB is 17 - color contains mainly: blue. Hex color #010D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D11 is #FEF2EE. Grayscale: #090909. Windows color (decimal): -16708335 or 1117441. OLE color: 1117441.

HSL color Cylindrical-coordinate representation of color #010D11: hue angle of 195º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010D11 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 13 17 -
CMYK 0.94 0.24 0 0.93
HSL 195º 0.89% 0.04% -
HSV(B) 195º 0.94% 0.07% -
XYZ 0.26 0.33 0.58 -
YUV 9.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 1 13 17 0.94 0.24 0 0.93 195 0.89 0.04
Hex 1 D 11 5E 18 0 5D C3 59 4
Octal 1 15 21 136 30 0 135 303 131 4
Binary 1 1101 10001 1011110 11000 0 1011101 11000011 1011001 100

Color Harmonies of #010D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D11

Black with #010D11

Text Example


Text Example

White with #010D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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