Html Css Color HEX #100014 Blackcurrant

📋 copy color: '#100014'

red 16 ◦ green 0 ◦ blue 20

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

Shades of Blackcurrant #100014

Tints of Blackcurrant #100014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100014 (or 0x100014) is known color: Blackcurrant. HEX triplet: 10, 00 and 14. RGB value is (16,0,20). Sum of RGB (Red+Green+Blue) = 16+0+20=36 (4% of max value = 765). Red value is 16 (6.64% from 255 or 44.44% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #100014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100014 is #EFFFEB. Grayscale: #070707. Windows color (decimal): -15728620 or 1310736. OLE color: 1310736.

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

Color convert

RGB 16 0 20 -
CMYK 0.20 1 0 0.92
HSL 288º 1% 0.04% -
HSV(B) 288º 1% 0.08% -
XYZ 0.34 0.16 0.67 -
YUV 7.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 16 0 20 0.20 1 0 0.92 288 1 0.04
Hex 10 0 14 14 64 0 5C 120 64 4
Octal 20 0 24 24 144 0 134 440 144 4
Binary 10000 0 10100 10100 1100100 0 1011100 100100000 1100100 100

Color Harmonies of #100014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100014

Black with #100014

Text Example


Text Example

White with #100014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100014; }

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

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

background-color css

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

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

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

border-color css

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

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

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