Html Css Color HEX #010D12 Black Pearl

📋 copy color: '#010D12'

red 1 ◦ green 13 ◦ blue 18

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

Shades of Black Pearl #010D12

Tints of Black Pearl #010D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 56.25%

R = 3.13%
G = 40.63%
B = 56.25%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010D12 (or 0x010D12) is known color: Black Pearl. HEX triplet: 01, 0D and 12. RGB value is (1,13,18). Sum of RGB (Red+Green+Blue) = 1+13+18=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #010D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D12 is #FEF2ED. Grayscale: #090909. Windows color (decimal): -16708334 or 1182977. OLE color: 1182977.

HSL color Cylindrical-coordinate representation of color #010D12: hue angle of 197.65º 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 #010D12 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 13 18 -
CMYK 0.94 0.28 0 0.93
HSL 197.65º 0.89% 0.04% -
HSV(B) 197.65º 0.94% 0.07% -
XYZ 0.27 0.34 0.62 -
YUV 9.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 1 13 18 0.94 0.28 0 0.93 197.65 0.89 0.04
Hex 1 D 12 5E 1C 0 5D C6 59 4
Octal 1 15 22 136 34 0 135 306 131 4
Binary 1 1101 10010 1011110 11100 0 1011101 11000110 1011001 100

Color Harmonies of #010D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D12

Black with #010D12

Text Example


Text Example

White with #010D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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