Html Css Color HEX #100016 Blackcurrant

📋 copy color: '#100016'

red 16 ◦ green 0 ◦ blue 22

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

Shades of Blackcurrant #100016

Tints of Blackcurrant #100016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 57.89%

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100016 (or 0x100016) is known color: Blackcurrant. HEX triplet: 10, 00 and 16. RGB value is (16,0,22). Sum of RGB (Red+Green+Blue) = 16+0+22=38 (5% of max value = 765). Red value is 16 (6.64% from 255 or 42.11% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #100016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100016 is #EFFFE9. Grayscale: #070707. Windows color (decimal): -15728618 or 1441808. OLE color: 1441808.

HSL color Cylindrical-coordinate representation of color #100016: hue angle of 283.64º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100016 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 0 22 -
CMYK 0.27 1 0 0.91
HSL 283.64º 1% 0.04% -
HSV(B) 283.64º 1% 0.09% -
XYZ 0.36 0.17 0.77 -
YUV 7.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 16 0 22 0.27 1 0 0.91 283.64 1 0.04
Hex 10 0 16 1B 64 0 5B 11C 64 4
Octal 20 0 26 33 144 0 133 434 144 4
Binary 10000 0 10110 11011 1100100 0 1011011 100011100 1100100 100

Color Harmonies of #100016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100016

Black with #100016

Text Example


Text Example

White with #100016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100016; }

 p { color: rgb(16,0,22); }

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

background-color css

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

 a { background-color: rgb(16,0,22); }

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

border-color css

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

 span { border-color: rgb(16,0,22); }

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