Html Css Color HEX #000C0E Black Pearl

📋 copy color: '#000C0E'

red 0 ◦ green 12 ◦ blue 14

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

Shades of Black Pearl #000C0E

Tints of Black Pearl #000C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 46.15%

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

R = 0%
G = 46.15%
B = 53.85%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#000C0E (or 0x000C0E) is known color: Black Pearl. HEX triplet: 00, 0C and 0E. RGB value is (0,12,14). Sum of RGB (Red+Green+Blue) = 0+12+14=26 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 14 (5.86% from 255 or 53.85% from 26); Max value from RGB is 14 - color contains mainly: blue. Hex color #000C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C0E is #FFF3F1. Grayscale: #080808. Windows color (decimal): -16774130 or 920576. OLE color: 920576.

HSL color Cylindrical-coordinate representation of color #000C0E: hue angle of 188.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C0E is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 0 12 14 -
CMYK 1 0.14 0 0.95
HSL 188.57º 1% 0.03% -
HSV(B) 188.57º 1% 0.05% -
XYZ 0.21 0.29 0.46 -
YUV 8.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 0 12 14 1 0.14 0 0.95 188.57 1 0.03
Hex 0 C E 64 E 0 5F BD 64 3
Octal 0 14 16 144 16 0 137 275 144 3
Binary 0 1100 1110 1100100 1110 0 1011111 10111101 1100100 11

Color Harmonies of #000C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C0E

Black with #000C0E

Text Example


Text Example

White with #000C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,12,14); }

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

background-color css

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

 a { background-color: rgb(0,12,14); }

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

border-color css

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

 span { border-color: rgb(0,12,14); }

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