Html Css Color HEX #100E12 Blackcurrant

📋 copy color: '#100E12'

red 16 ◦ green 14 ◦ blue 18

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

Shades of Blackcurrant #100E12

Tints of Blackcurrant #100E12

RGB

 RED value IS 16 (6.64% from 255) = 33.33%

 GREEN value IS 14 (5.86% from 255) = 29.17%

 BLUE value IS 18 (7.42% from 255) = 37.5%

R = 33.33%
G = 29.17%
B = 37.5%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100E12 (or 0x100E12) is known color: Blackcurrant. HEX triplet: 10, 0E and 12. RGB value is (16,14,18). Sum of RGB (Red+Green+Blue) = 16+14+18=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #100E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E12 is #EFF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15725038 or 1183248. OLE color: 1183248.

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

Color convert

RGB 16 14 18 -
CMYK 0.11 0.22 0 0.93
HSL 270º 0.13% 0.06% -
HSV(B) 270º 0.22% 0.07% -
XYZ 0.48 0.47 0.64 -
YUV 15.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 16 14 18 0.11 0.22 0 0.93 270 0.13 0.06
Hex 10 E 12 B 16 0 5D 10E C 6
Octal 20 16 22 13 26 0 135 416 14 6
Binary 10000 1110 10010 1011 10110 0 1011101 100001110 1100 110

Color Harmonies of #100E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E12

Black with #100E12

Text Example


Text Example

White with #100E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E12; }

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

 H1.HeaderClassName
 {
   color: #100E12;
 }
 .AnyTagClassName
 {
   color: #100E12;
 }
</style>

background-color css

<style>
 a { background-color: #100E12; }

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

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

border-color css

<style>
 span { border-color: #100E12; }

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

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