Html Css Color HEX #010E13 Black Pearl

📋 copy color: '#010E13'

red 1 ◦ green 14 ◦ blue 19

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

Shades of Black Pearl #010E13

Tints of Black Pearl #010E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 41.18%

 BLUE value IS 19 (7.81% from 255) = 55.88%

R = 2.94%
G = 41.18%
B = 55.88%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#010E13 (or 0x010E13) is known color: Black Pearl. HEX triplet: 01, 0E and 13. RGB value is (1,14,19). Sum of RGB (Red+Green+Blue) = 1+14+19=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 14 (5.86% from 255 or 41.18% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #010E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E13 is #FEF1EC. Grayscale: #0A0A0A. Windows color (decimal): -16708077 or 1248769. OLE color: 1248769.

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

Color convert

RGB 1 14 19 -
CMYK 0.95 0.26 0 0.93
HSL 196.67º 0.9% 0.04% -
HSV(B) 196.67º 0.95% 0.07% -
XYZ 0.29 0.37 0.67 -
YUV 10.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 1 14 19 0.95 0.26 0 0.93 196.67 0.9 0.04
Hex 1 E 13 5F 1A 0 5D C5 5A 4
Octal 1 16 23 137 32 0 135 305 132 4
Binary 1 1110 10011 1011111 11010 0 1011101 11000101 1011010 100

Color Harmonies of #010E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E13

Black with #010E13

Text Example


Text Example

White with #010E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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