Html Css Color HEX #100117 Blackcurrant

📋 copy color: '#100117'

red 16 ◦ green 1 ◦ blue 23

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

Shades of Blackcurrant #100117

Tints of Blackcurrant #100117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.5%

 BLUE value IS 23 (9.38% from 255) = 57.5%

R = 40%
G = 2.5%
B = 57.5%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100117 (or 0x100117) is known color: Blackcurrant. HEX triplet: 10, 01 and 17. RGB value is (16,1,23). Sum of RGB (Red+Green+Blue) = 16+1+23=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 23 (9.38% from 255 or 57.5% from 40); Max value from RGB is 23 - color contains mainly: blue. Hex color #100117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100117 is #EFFEE8. Grayscale: #070707. Windows color (decimal): -15728361 or 1507600. OLE color: 1507600.

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

Color convert

RGB 16 1 23 -
CMYK 0.30 0.96 0 0.91
HSL 280.91º 0.92% 0.05% -
HSV(B) 280.91º 0.96% 0.09% -
XYZ 0.38 0.19 0.83 -
YUV 7.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 16 1 23 0.30 0.96 0 0.91 280.91 0.92 0.05
Hex 10 1 17 1E 60 0 5B 119 5C 5
Octal 20 1 27 36 140 0 133 431 134 5
Binary 10000 1 10111 11110 1100000 0 1011011 100011001 1011100 101

Color Harmonies of #100117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100117

Black with #100117

Text Example


Text Example

White with #100117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100117; }

 p { color: rgb(16,1,23); }

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

background-color css

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

 a { background-color: rgb(16,1,23); }

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

border-color css

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

 span { border-color: rgb(16,1,23); }

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