Html Css Color HEX #000C0F Black Pearl

📋 copy color: '#000C0F'

red 0 ◦ green 12 ◦ blue 15

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

Shades of Black Pearl #000C0F

Tints of Black Pearl #000C0F

RGB

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

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

 BLUE value IS 15 (6.25% 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.94

RGB Variations

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

Color information

#000C0F (or 0x000C0F) is known color: Black Pearl. HEX triplet: 00, 0C and 0F. RGB value is (0,12,15). Sum of RGB (Red+Green+Blue) = 0+12+15=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #000C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C0F is #FFF3F0. Grayscale: #080808. Windows color (decimal): -16774129 or 986112. OLE color: 986112.

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

Color convert

RGB 0 12 15 -
CMYK 1 0.20 0 0.94
HSL 192º 1% 0.03% -
HSV(B) 192º 1% 0.06% -
XYZ 0.22 0.3 0.5 -
YUV 8.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 0 12 15 1 0.20 0 0.94 192 1 0.03
Hex 0 C F 64 14 0 5E C0 64 3
Octal 0 14 17 144 24 0 136 300 144 3
Binary 0 1100 1111 1100100 10100 0 1011110 11000000 1100100 11

Color Harmonies of #000C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C0F

Black with #000C0F

Text Example


Text Example

White with #000C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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