Html Css Color HEX #100B18 Blackcurrant

📋 copy color: '#100B18'

red 16 ◦ green 11 ◦ blue 24

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

Shades of Blackcurrant #100B18

Tints of Blackcurrant #100B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 47.06%

R = 31.37%
G = 21.57%
B = 47.06%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100B18 (or 0x100B18) is known color: Blackcurrant. HEX triplet: 10, 0B and 18. RGB value is (16,11,24). Sum of RGB (Red+Green+Blue) = 16+11+24=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 24 (9.77% from 255 or 47.06% from 51); Max value from RGB is 24 - color contains mainly: blue. Hex color #100B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B18 is #EFF4E7. Grayscale: #0D0D0D. Windows color (decimal): -15725800 or 1575696. OLE color: 1575696.

HSL color Cylindrical-coordinate representation of color #100B18: hue angle of 263.08º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #100B18 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 11 24 -
CMYK 0.33 0.54 0 0.91
HSL 263.08º 0.37% 0.07% -
HSV(B) 263.08º 0.54% 0.09% -
XYZ 0.5 0.42 0.92 -
YUV 13.98 133.66 129.44 -
System Red Green Blue C M Y K H S L
Decimal 16 11 24 0.33 0.54 0 0.91 263.08 0.37 0.07
Hex 10 B 18 21 36 0 5B 107 25 7
Octal 20 13 30 41 66 0 133 407 45 7
Binary 10000 1011 11000 100001 110110 0 1011011 100000111 100101 111

Color Harmonies of #100B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B18

Black with #100B18

Text Example


Text Example

White with #100B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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