Html Css Color HEX #100813 Blackcurrant

📋 copy color: '#100813'

red 16 ◦ green 8 ◦ blue 19

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

Shades of Blackcurrant #100813

Tints of Blackcurrant #100813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.6%

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 37.21%
G = 18.6%
B = 44.19%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100813 (or 0x100813) is known color: Blackcurrant. HEX triplet: 10, 08 and 13. RGB value is (16,8,19). Sum of RGB (Red+Green+Blue) = 16+8+19=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #100813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100813 is #EFF7EC. Grayscale: #0B0B0B. Windows color (decimal): -15726573 or 1247248. OLE color: 1247248.

HSL color Cylindrical-coordinate representation of color #100813: hue angle of 283.64º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #100813 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 8 19 -
CMYK 0.16 0.58 0 0.93
HSL 283.64º 0.41% 0.05% -
HSV(B) 283.64º 0.58% 0.07% -
XYZ 0.42 0.33 0.66 -
YUV 11.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 16 8 19 0.16 0.58 0 0.93 283.64 0.41 0.05
Hex 10 8 13 10 3A 0 5D 11C 29 5
Octal 20 10 23 20 72 0 135 434 51 5
Binary 10000 1000 10011 10000 111010 0 1011101 100011100 101001 101

Color Harmonies of #100813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100813

Black with #100813

Text Example


Text Example

White with #100813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100813; }

 p { color: rgb(16,8,19); }

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

background-color css

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

 a { background-color: rgb(16,8,19); }

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

border-color css

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

 span { border-color: rgb(16,8,19); }

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