Html Css Color HEX #010E15 Black Pearl

📋 copy color: '#010E15'

red 1 ◦ green 14 ◦ blue 21

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

Shades of Black Pearl #010E15

Tints of Black Pearl #010E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 58.33%

R = 2.78%
G = 38.89%
B = 58.33%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#010E15 (or 0x010E15) is known color: Black Pearl. HEX triplet: 01, 0E and 15. RGB value is (1,14,21). Sum of RGB (Red+Green+Blue) = 1+14+21=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #010E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E15 is #FEF1EA. Grayscale: #0A0A0A. Windows color (decimal): -16708075 or 1379841. OLE color: 1379841.

HSL color Cylindrical-coordinate representation of color #010E15: hue angle of 201º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010E15 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 14 21 -
CMYK 0.95 0.33 0 0.92
HSL 201º 0.91% 0.04% -
HSV(B) 201º 0.95% 0.08% -
XYZ 0.3 0.37 0.77 -
YUV 10.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 1 14 21 0.95 0.33 0 0.92 201 0.91 0.04
Hex 1 E 15 5F 21 0 5C C9 5B 4
Octal 1 16 25 137 41 0 134 311 133 4
Binary 1 1110 10101 1011111 100001 0 1011100 11001001 1011011 100

Color Harmonies of #010E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E15

Black with #010E15

Text Example


Text Example

White with #010E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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