Html Css Color HEX #010D0E Black Pearl

📋 copy color: '#010D0E'

red 1 ◦ green 13 ◦ blue 14

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

Shades of Black Pearl #010D0E

Tints of Black Pearl #010D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 50%

R = 3.57%
G = 46.43%
B = 50%

CMYK

 C value IS 0.93

 M value IS 0.07

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#010D0E (or 0x010D0E) is known color: Black Pearl. HEX triplet: 01, 0D and 0E. RGB value is (1,13,14). Sum of RGB (Red+Green+Blue) = 1+13+14=28 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.57% from 28); Green value is 13 (5.47% from 255 or 46.43% from 28); Blue value is 14 (5.86% from 255 or 50% from 28); Max value from RGB is 14 - color contains mainly: blue. Hex color #010D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010D0E is #FEF2F1. Grayscale: #090909. Windows color (decimal): -16708338 or 920833. OLE color: 920833.

HSL color Cylindrical-coordinate representation of color #010D0E: hue angle of 184.62º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #010D0E is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 13 14 -
CMYK 0.93 0.07 0 0.95
HSL 184.62º 0.87% 0.03% -
HSV(B) 184.62º 0.93% 0.05% -
XYZ 0.24 0.33 0.47 -
YUV 9.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 1 13 14 0.93 0.07 0 0.95 184.62 0.87 0.03
Hex 1 D E 5D 7 0 5F B9 57 3
Octal 1 15 16 135 7 0 137 271 127 3
Binary 1 1101 1110 1011101 111 0 1011111 10111001 1010111 11

Color Harmonies of #010D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D0E

Black with #010D0E

Text Example


Text Example

White with #010D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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