Html Css Color HEX #100718 Blackcurrant

📋 copy color: '#100718'

red 16 ◦ green 7 ◦ blue 24

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

Shades of Blackcurrant #100718

Tints of Blackcurrant #100718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.89%

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

R = 34.04%
G = 14.89%
B = 51.06%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100718 (or 0x100718) is known color: Blackcurrant. HEX triplet: 10, 07 and 18. RGB value is (16,7,24). Sum of RGB (Red+Green+Blue) = 16+7+24=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #100718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100718 is #EFF8E7. Grayscale: #0B0B0B. Windows color (decimal): -15726824 or 1574672. OLE color: 1574672.

HSL color Cylindrical-coordinate representation of color #100718: hue angle of 271.76º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #100718 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 7 24 -
CMYK 0.33 0.71 0 0.91
HSL 271.76º 0.55% 0.06% -
HSV(B) 271.76º 0.71% 0.09% -
XYZ 0.45 0.33 0.9 -
YUV 11.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 16 7 24 0.33 0.71 0 0.91 271.76 0.55 0.06
Hex 10 7 18 21 47 0 5B 110 37 6
Octal 20 7 30 41 107 0 133 420 67 6
Binary 10000 111 11000 100001 1000111 0 1011011 100010000 110111 110

Color Harmonies of #100718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100718

Black with #100718

Text Example


Text Example

White with #100718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100718; }

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

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

background-color css

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

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

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

border-color css

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

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

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