Html Css Color HEX #100616 Blackcurrant

📋 copy color: '#100616'

red 16 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #100616

Tints of Blackcurrant #100616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100616 (or 0x100616) is known color: Blackcurrant. HEX triplet: 10, 06 and 16. RGB value is (16,6,22). Sum of RGB (Red+Green+Blue) = 16+6+22=44 (5% of max value = 765). Red value is 16 (6.64% from 255 or 36.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #100616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100616 is #EFF9E9. Grayscale: #0A0A0A. Windows color (decimal): -15727082 or 1443344. OLE color: 1443344.

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

Color convert

RGB 16 6 22 -
CMYK 0.27 0.73 0 0.91
HSL 277.5º 0.57% 0.05% -
HSV(B) 277.5º 0.73% 0.09% -
XYZ 0.42 0.3 0.79 -
YUV 10.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 16 6 22 0.27 0.73 0 0.91 277.5 0.57 0.05
Hex 10 6 16 1B 49 0 5B 116 39 5
Octal 20 6 26 33 111 0 133 426 71 5
Binary 10000 110 10110 11011 1001001 0 1011011 100010110 111001 101

Color Harmonies of #100616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100616

Black with #100616

Text Example


Text Example

White with #100616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100616; }

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

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

background-color css

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

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

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

border-color css

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

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

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