Html Css Color HEX #100A17 Blackcurrant

📋 copy color: '#100A17'

red 16 ◦ green 10 ◦ blue 23

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

Shades of Blackcurrant #100A17

Tints of Blackcurrant #100A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 20.41%

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

R = 32.65%
G = 20.41%
B = 46.94%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100A17 (or 0x100A17) is known color: Blackcurrant. HEX triplet: 10, 0A and 17. RGB value is (16,10,23). Sum of RGB (Red+Green+Blue) = 16+10+23=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 23 (9.38% from 255 or 46.94% from 49); Max value from RGB is 23 - color contains mainly: blue. Hex color #100A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A17 is #EFF5E8. Grayscale: #0D0D0D. Windows color (decimal): -15726057 or 1509904. OLE color: 1509904.

HSL color Cylindrical-coordinate representation of color #100A17: hue angle of 267.69º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #100A17 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 10 23 -
CMYK 0.30 0.57 0 0.91
HSL 267.69º 0.39% 0.06% -
HSV(B) 267.69º 0.57% 0.09% -
XYZ 0.48 0.39 0.86 -
YUV 13.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 16 10 23 0.30 0.57 0 0.91 267.69 0.39 0.06
Hex 10 A 17 1E 39 0 5B 10C 27 6
Octal 20 12 27 36 71 0 133 414 47 6
Binary 10000 1010 10111 11110 111001 0 1011011 100001100 100111 110

Color Harmonies of #100A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100A17

Black with #100A17

Text Example


Text Example

White with #100A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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