Html Css Color HEX #100B14 Blackcurrant

📋 copy color: '#100B14'

red 16 ◦ green 11 ◦ blue 20

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

Shades of Blackcurrant #100B14

Tints of Blackcurrant #100B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 23.4%

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

R = 34.04%
G = 23.4%
B = 42.55%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100B14 (or 0x100B14) is known color: Blackcurrant. HEX triplet: 10, 0B and 14. RGB value is (16,11,20). Sum of RGB (Red+Green+Blue) = 16+11+20=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 20 (8.20% from 255 or 42.55% from 47); Max value from RGB is 20 - color contains mainly: blue. Hex color #100B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B14 is #EFF4EB. Grayscale: #0D0D0D. Windows color (decimal): -15725804 or 1313552. OLE color: 1313552.

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

Color convert

RGB 16 11 20 -
CMYK 0.20 0.45 0 0.92
HSL 273.33º 0.29% 0.06% -
HSV(B) 273.33º 0.45% 0.08% -
XYZ 0.46 0.4 0.71 -
YUV 13.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 16 11 20 0.20 0.45 0 0.92 273.33 0.29 0.06
Hex 10 B 14 14 2D 0 5C 111 1D 6
Octal 20 13 24 24 55 0 134 421 35 6
Binary 10000 1011 10100 10100 101101 0 1011100 100010001 11101 110

Color Harmonies of #100B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B14

Black with #100B14

Text Example


Text Example

White with #100B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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