Html Css Color HEX #12100F Black

📋 copy color: '#12100F'

red 18 ◦ green 16 ◦ blue 15

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

Shades of Black #12100F

Tints of Black #12100F

RGB

 RED value IS 18 (7.42% from 255) = 36.73%

 GREEN value IS 16 (6.64% from 255) = 32.65%

 BLUE value IS 15 (6.25% from 255) = 30.61%

R = 36.73%
G = 32.65%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#12100F (or 0x12100F) is known color: Black. HEX triplet: 12, 10 and 0F. RGB value is (18,16,15). Sum of RGB (Red+Green+Blue) = 18+16+15=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #12100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12100F is #EDEFF0. Grayscale: #101010. Windows color (decimal): -15593457 or 987154. OLE color: 987154.

HSL color Cylindrical-coordinate representation of color #12100F: hue angle of 20º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #12100F is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 16 15 -
CMYK 0 0.11 0.17 0.93
HSL 20º 0.09% 0.06% -
HSV(B) 20º 0.17% 0.07% -
XYZ 0.52 0.53 0.53 -
YUV 16.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 18 16 15 0 0.11 0.17 0.93 20 0.09 0.06
Hex 12 10 F 0 B 11 5D 14 9 6
Octal 22 20 17 0 13 21 135 24 11 6
Binary 10010 10000 1111 0 1011 10001 1011101 10100 1001 110

Color Harmonies of #12100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12100F

Black with #12100F

Text Example


Text Example

White with #12100F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12100F; }

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

 H1.HeaderClassName
 {
   color: #12100F;
 }
 .AnyTagClassName
 {
   color: #12100F;
 }
</style>

background-color css

<style>
 a { background-color: #12100F; }

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

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

border-color css

<style>
 span { border-color: #12100F; }

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

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