Html Css Color HEX #010E1C Black Pearl

📋 copy color: '#010E1C'

red 1 ◦ green 14 ◦ blue 28

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

Shades of Black Pearl #010E1C

Tints of Black Pearl #010E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 65.12%

R = 2.33%
G = 32.56%
B = 65.12%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#010E1C (or 0x010E1C) is known color: Black Pearl. HEX triplet: 01, 0E and 1C. RGB value is (1,14,28). Sum of RGB (Red+Green+Blue) = 1+14+28=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #010E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E1C is #FEF1E3. Grayscale: #0B0B0B. Windows color (decimal): -16708068 or 1838593. OLE color: 1838593.

HSL color Cylindrical-coordinate representation of color #010E1C: hue angle of 211.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010E1C is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 14 28 -
CMYK 0.96 0.50 0 0.89
HSL 211.11º 0.93% 0.06% -
HSV(B) 211.11º 0.96% 0.11% -
XYZ 0.38 0.4 1.16 -
YUV 11.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 1 14 28 0.96 0.50 0 0.89 211.11 0.93 0.06
Hex 1 E 1C 60 32 0 59 D3 5D 6
Octal 1 16 34 140 62 0 131 323 135 6
Binary 1 1110 11100 1100000 110010 0 1011001 11010011 1011101 110

Color Harmonies of #010E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010E1C

Black with #010E1C

Text Example


Text Example

White with #010E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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