Html Css Color HEX #100C14 Blackcurrant

📋 copy color: '#100C14'

red 16 ◦ green 12 ◦ blue 20

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

Shades of Blackcurrant #100C14

Tints of Blackcurrant #100C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 25%

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100C14 (or 0x100C14) is known color: Blackcurrant. HEX triplet: 10, 0C and 14. RGB value is (16,12,20). Sum of RGB (Red+Green+Blue) = 16+12+20=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #100C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C14 is #EFF3EB. Grayscale: #0E0E0E. Windows color (decimal): -15725548 or 1313808. OLE color: 1313808.

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

Color convert

RGB 16 12 20 -
CMYK 0.20 0.40 0 0.92
HSL 270º 0.25% 0.06% -
HSV(B) 270º 0.4% 0.08% -
XYZ 0.47 0.42 0.72 -
YUV 14.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 16 12 20 0.20 0.40 0 0.92 270 0.25 0.06
Hex 10 C 14 14 28 0 5C 10E 19 6
Octal 20 14 24 24 50 0 134 416 31 6
Binary 10000 1100 10100 10100 101000 0 1011100 100001110 11001 110

Color Harmonies of #100C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C14

Black with #100C14

Text Example


Text Example

White with #100C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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