Html Css Color HEX #0C0F13 Black Pearl

📋 copy color: '#0C0F13'

red 12 ◦ green 15 ◦ blue 19

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

Shades of Black Pearl #0C0F13

Tints of Black Pearl #0C0F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 41.3%

R = 26.09%
G = 32.61%
B = 41.3%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0C0F13 (or 0x0C0F13) is known color: Black Pearl. HEX triplet: 0C, 0F and 13. RGB value is (12,15,19). Sum of RGB (Red+Green+Blue) = 12+15+19=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 15 (6.25% from 255 or 32.61% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 19 - color contains mainly: blue. Hex color #0C0F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F13 is #F3F0EC. Grayscale: #0E0E0E. Windows color (decimal): -15986925 or 1249036. OLE color: 1249036.

HSL color Cylindrical-coordinate representation of color #0C0F13: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #0C0F13 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 12 15 19 -
CMYK 0.37 0.21 0 0.93
HSL 214.29º 0.23% 0.06% -
HSV(B) 214.29º 0.37% 0.07% -
XYZ 0.44 0.47 0.68 -
YUV 14.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 12 15 19 0.37 0.21 0 0.93 214.29 0.23 0.06
Hex C F 13 25 15 0 5D D6 17 6
Octal 14 17 23 45 25 0 135 326 27 6
Binary 1100 1111 10011 100101 10101 0 1011101 11010110 10111 110

Color Harmonies of #0C0F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F13

Black with #0C0F13

Text Example


Text Example

White with #0C0F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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