Html Css Color HEX #100B11 Blackcurrant

📋 copy color: '#100B11'

red 16 ◦ green 11 ◦ blue 17

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

Shades of Blackcurrant #100B11

Tints of Blackcurrant #100B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100B11 (or 0x100B11) is known color: Blackcurrant. HEX triplet: 10, 0B and 11. RGB value is (16,11,17). Sum of RGB (Red+Green+Blue) = 16+11+17=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 11 (4.69% from 255 or 25% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #100B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B11 is #EFF4EE. Grayscale: #0D0D0D. Windows color (decimal): -15725807 or 1116944. OLE color: 1116944.

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

Color convert

RGB 16 11 17 -
CMYK 0.06 0.35 0 0.93
HSL 290º 0.21% 0.05% -
HSV(B) 290º 0.35% 0.07% -
XYZ 0.43 0.39 0.58 -
YUV 13.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 16 11 17 0.06 0.35 0 0.93 290 0.21 0.05
Hex 10 B 11 6 23 0 5D 122 15 5
Octal 20 13 21 6 43 0 135 442 25 5
Binary 10000 1011 10001 110 100011 0 1011101 100100010 10101 101

Color Harmonies of #100B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B11

Black with #100B11

Text Example


Text Example

White with #100B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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