Html Css Color HEX #100B12 Blackcurrant

📋 copy color: '#100B12'

red 16 ◦ green 11 ◦ blue 18

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

Shades of Blackcurrant #100B12

Tints of Blackcurrant #100B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 24.44%

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

R = 35.56%
G = 24.44%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100B12 (or 0x100B12) is known color: Blackcurrant. HEX triplet: 10, 0B and 12. RGB value is (16,11,18). Sum of RGB (Red+Green+Blue) = 16+11+18=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 18 - color contains mainly: blue. Hex color #100B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B12 is #EFF4ED. Grayscale: #0D0D0D. Windows color (decimal): -15725806 or 1182480. OLE color: 1182480.

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

Color convert

RGB 16 11 18 -
CMYK 0.11 0.39 0 0.93
HSL 282.86º 0.24% 0.06% -
HSV(B) 282.86º 0.39% 0.07% -
XYZ 0.44 0.39 0.62 -
YUV 13.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 16 11 18 0.11 0.39 0 0.93 282.86 0.24 0.06
Hex 10 B 12 B 27 0 5D 11B 18 6
Octal 20 13 22 13 47 0 135 433 30 6
Binary 10000 1011 10010 1011 100111 0 1011101 100011011 11000 110

Color Harmonies of #100B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B12

Black with #100B12

Text Example


Text Example

White with #100B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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