Html Css Color HEX #01070E Black Pearl

📋 copy color: '#01070E'

red 1 ◦ green 7 ◦ blue 14

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

Shades of Black Pearl #01070E

Tints of Black Pearl #01070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 31.82%

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

R = 4.55%
G = 31.82%
B = 63.64%

CMYK

 C value IS 0.93

 M value IS 0.5

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01070E (or 0x01070E) is known color: Black Pearl. HEX triplet: 01, 07 and 0E. RGB value is (1,7,14). Sum of RGB (Red+Green+Blue) = 1+7+14=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 7 (3.12% from 255 or 31.82% from 22); Blue value is 14 (5.86% from 255 or 63.64% from 22); Max value from RGB is 14 - color contains mainly: blue. Hex color #01070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01070E is #FEF8F1. Grayscale: #050505. Windows color (decimal): -16709874 or 919297. OLE color: 919297.

HSL color Cylindrical-coordinate representation of color #01070E: hue angle of 212.31º 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 #01070E is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 7 14 -
CMYK 0.93 0.5 0 0.95
HSL 212.31º 0.87% 0.03% -
HSV(B) 212.31º 0.93% 0.05% -
XYZ 0.17 0.19 0.44 -
YUV 6 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 1 7 14 0.93 0.5 0 0.95 212.31 0.87 0.03
Hex 1 7 E 5D 32 0 5F D4 57 3
Octal 1 7 16 135 62 0 137 324 127 3
Binary 1 111 1110 1011101 110010 0 1011111 11010100 1010111 11

Color Harmonies of #01070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01070E

Black with #01070E

Text Example


Text Example

White with #01070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01070E; }

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

 H1.HeaderClassName
 {
   color: #01070E;
 }
 .AnyTagClassName
 {
   color: #01070E;
 }
</style>

background-color css

<style>
 a { background-color: #01070E; }

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

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

border-color css

<style>
 span { border-color: #01070E; }

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

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