Html Css Color HEX #100113 Blackcurrant

📋 copy color: '#100113'

red 16 ◦ green 1 ◦ blue 19

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

Shades of Blackcurrant #100113

Tints of Blackcurrant #100113

RGB

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

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

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

R = 44.44%
G = 2.78%
B = 52.78%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100113 (or 0x100113) is known color: Blackcurrant. HEX triplet: 10, 01 and 13. RGB value is (16,1,19). Sum of RGB (Red+Green+Blue) = 16+1+19=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #100113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100113 is #EFFEEC. Grayscale: #070707. Windows color (decimal): -15728365 or 1245456. OLE color: 1245456.

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

Color convert

RGB 16 1 19 -
CMYK 0.16 0.95 0 0.93
HSL 290º 0.9% 0.04% -
HSV(B) 290º 0.95% 0.07% -
XYZ 0.34 0.18 0.63 -
YUV 7.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 16 1 19 0.16 0.95 0 0.93 290 0.9 0.04
Hex 10 1 13 10 5F 0 5D 122 5A 4
Octal 20 1 23 20 137 0 135 442 132 4
Binary 10000 1 10011 10000 1011111 0 1011101 100100010 1011010 100

Color Harmonies of #100113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100113

Black with #100113

Text Example


Text Example

White with #100113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100113; }

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

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

background-color css

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

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

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

border-color css

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

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

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