Html Css Color HEX #000F14 Black Pearl

📋 copy color: '#000F14'

red 0 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #000F14

Tints of Black Pearl #000F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 42.86%

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

R = 0%
G = 42.86%
B = 57.14%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#000F14 (or 0x000F14) is known color: Black Pearl. HEX triplet: 00, 0F and 14. RGB value is (0,15,20). Sum of RGB (Red+Green+Blue) = 0+15+20=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #000F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000F14 is #FFF0EB. Grayscale: #0B0B0B. Windows color (decimal): -16773356 or 1314560. OLE color: 1314560.

HSL color Cylindrical-coordinate representation of color #000F14: hue angle of 195º 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 #000F14 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 0 15 20 -
CMYK 1 0.25 0 0.92
HSL 195º 1% 0.04% -
HSV(B) 195º 1% 0.08% -
XYZ 0.3 0.39 0.72 -
YUV 11.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 0 15 20 1 0.25 0 0.92 195 1 0.04
Hex 0 F 14 64 19 0 5C C3 64 4
Octal 0 17 24 144 31 0 134 303 144 4
Binary 0 1111 10100 1100100 11001 0 1011100 11000011 1100100 100

Color Harmonies of #000F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000F14

Black with #000F14

Text Example


Text Example

White with #000F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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