Html Css Color HEX #001014 Black Pearl

📋 copy color: '#001014'

red 0 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #001014

Tints of Black Pearl #001014

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 16 (6.64% from 255) = 44.44%

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 0%
G = 44.44%
B = 55.56%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#001014 (or 0x001014) is known color: Black Pearl. HEX triplet: 00, 10 and 14. RGB value is (0,16,20). Sum of RGB (Red+Green+Blue) = 0+16+20=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #001014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001014 is #FFEFEB. Grayscale: #0B0B0B. Windows color (decimal): -16773100 or 1314816. OLE color: 1314816.

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

Color convert

RGB 0 16 20 -
CMYK 1 0.20 0 0.92
HSL 192º 1% 0.04% -
HSV(B) 192º 1% 0.08% -
XYZ 0.31 0.42 0.73 -
YUV 11.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 0 16 20 1 0.20 0 0.92 192 1 0.04
Hex 0 10 14 64 14 0 5C C0 64 4
Octal 0 20 24 144 24 0 134 300 144 4
Binary 0 10000 10100 1100100 10100 0 1011100 11000000 1100100 100

Color Harmonies of #001014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001014

Black with #001014

Text Example


Text Example

White with #001014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001014; }

 p { color: rgb(0,16,20); }

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

background-color css

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

 a { background-color: rgb(0,16,20); }

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

border-color css

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

 span { border-color: rgb(0,16,20); }

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