Html Css Color HEX #0C1115 Black Pearl

📋 copy color: '#0C1115'

red 12 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #0C1115

Tints of Black Pearl #0C1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34%

 BLUE value IS 21 (8.59% from 255) = 42%

R = 24%
G = 34%
B = 42%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C1115 (or 0x0C1115) is known color: Black Pearl. HEX triplet: 0C, 11 and 15. RGB value is (12,17,21). Sum of RGB (Red+Green+Blue) = 12+17+21=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1115 is #F3EEEA. Grayscale: #0F0F0F. Windows color (decimal): -15986411 or 1380620. OLE color: 1380620.

HSL color Cylindrical-coordinate representation of color #0C1115: hue angle of 206.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1115 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 12 17 21 -
CMYK 0.43 0.19 0 0.92
HSL 206.67º 0.27% 0.06% -
HSV(B) 206.67º 0.43% 0.08% -
XYZ 0.49 0.53 0.79 -
YUV 15.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 12 17 21 0.43 0.19 0 0.92 206.67 0.27 0.06
Hex C 11 15 2B 13 0 5C CF 1B 6
Octal 14 21 25 53 23 0 134 317 33 6
Binary 1100 10001 10101 101011 10011 0 1011100 11001111 11011 110

Color Harmonies of #0C1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1115

Black with #0C1115

Text Example


Text Example

White with #0C1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,17,21); }

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

background-color css

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

 a { background-color: rgb(12,17,21); }

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

border-color css

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

 span { border-color: rgb(12,17,21); }

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