Html Css Color HEX #100914 Blackcurrant

📋 copy color: '#100914'

red 16 ◦ green 9 ◦ blue 20

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

Shades of Blackcurrant #100914

Tints of Blackcurrant #100914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20%

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

R = 35.56%
G = 20%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100914 (or 0x100914) is known color: Blackcurrant. HEX triplet: 10, 09 and 14. RGB value is (16,9,20). Sum of RGB (Red+Green+Blue) = 16+9+20=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 20 (8.20% from 255 or 44.44% from 45); Max value from RGB is 20 - color contains mainly: blue. Hex color #100914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100914 is #EFF6EB. Grayscale: #0C0C0C. Windows color (decimal): -15726316 or 1313040. OLE color: 1313040.

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

Color convert

RGB 16 9 20 -
CMYK 0.20 0.55 0 0.92
HSL 278.18º 0.38% 0.06% -
HSV(B) 278.18º 0.55% 0.08% -
XYZ 0.44 0.36 0.71 -
YUV 12.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 16 9 20 0.20 0.55 0 0.92 278.18 0.38 0.06
Hex 10 9 14 14 37 0 5C 116 26 6
Octal 20 11 24 24 67 0 134 426 46 6
Binary 10000 1001 10100 10100 110111 0 1011100 100010110 100110 110

Color Harmonies of #100914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100914

Black with #100914

Text Example


Text Example

White with #100914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100914; }

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

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

background-color css

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

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

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

border-color css

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

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

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