Html Css Color HEX #0C0F10 Black Pearl

📋 copy color: '#0C0F10'

red 12 ◦ green 15 ◦ blue 16

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

Shades of Black Pearl #0C0F10

Tints of Black Pearl #0C0F10

RGB

 RED value IS 12 (5.08% from 255) = 27.91%

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

 BLUE value IS 16 (6.64% from 255) = 37.21%

R = 27.91%
G = 34.88%
B = 37.21%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0F10 (or 0x0C0F10) is known color: Black Pearl. HEX triplet: 0C, 0F and 10. RGB value is (12,15,16). Sum of RGB (Red+Green+Blue) = 12+15+16=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 16 (6.64% from 255 or 37.21% from 43); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F10 is #F3F0EF. Grayscale: #0E0E0E. Windows color (decimal): -15986928 or 1052428. OLE color: 1052428.

HSL color Cylindrical-coordinate representation of color #0C0F10: hue angle of 195º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C0F10 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 15 16 -
CMYK 0.25 0.06 0 0.94
HSL 195º 0.14% 0.05% -
HSV(B) 195º 0.25% 0.06% -
XYZ 0.42 0.46 0.56 -
YUV 14.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 12 15 16 0.25 0.06 0 0.94 195 0.14 0.05
Hex C F 10 19 6 0 5E C3 E 5
Octal 14 17 20 31 6 0 136 303 16 5
Binary 1100 1111 10000 11001 110 0 1011110 11000011 1110 101

Color Harmonies of #0C0F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F10

Black with #0C0F10

Text Example


Text Example

White with #0C0F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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