Html Css Color HEX #100012 Blackcurrant

📋 copy color: '#100012'

red 16 ◦ green 0 ◦ blue 18

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

Shades of Blackcurrant #100012

Tints of Blackcurrant #100012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 18 (7.42% from 255) = 52.94%

R = 47.06%
G = 0%
B = 52.94%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#100012 (or 0x100012) is known color: Blackcurrant. HEX triplet: 10, 00 and 12. RGB value is (16,0,18). Sum of RGB (Red+Green+Blue) = 16+0+18=34 (4% of max value = 765). Red value is 16 (6.64% from 255 or 47.06% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 18 (7.42% from 255 or 52.94% from 34); Max value from RGB is 18 - color contains mainly: blue. Hex color #100012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100012 is #EFFFED. Grayscale: #060606. Windows color (decimal): -15728622 or 1179664. OLE color: 1179664.

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

Color convert

RGB 16 0 18 -
CMYK 0.11 1 0 0.93
HSL 293.33º 1% 0.04% -
HSV(B) 293.33º 1% 0.07% -
XYZ 0.32 0.15 0.58 -
YUV 6.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 16 0 18 0.11 1 0 0.93 293.33 1 0.04
Hex 10 0 12 B 64 0 5D 125 64 4
Octal 20 0 22 13 144 0 135 445 144 4
Binary 10000 0 10010 1011 1100100 0 1011101 100100101 1100100 100

Color Harmonies of #100012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100012

Black with #100012

Text Example


Text Example

White with #100012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100012; }

 p { color: rgb(16,0,18); }

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

background-color css

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

 a { background-color: rgb(16,0,18); }

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

border-color css

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

 span { border-color: rgb(16,0,18); }

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