Html Css Color HEX #100C15 Blackcurrant

📋 copy color: '#100C15'

red 16 ◦ green 12 ◦ blue 21

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

Shades of Blackcurrant #100C15

Tints of Blackcurrant #100C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42.86%

R = 32.65%
G = 24.49%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100C15 (or 0x100C15) is known color: Blackcurrant. HEX triplet: 10, 0C and 15. RGB value is (16,12,21). Sum of RGB (Red+Green+Blue) = 16+12+21=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #100C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C15 is #EFF3EA. Grayscale: #0E0E0E. Windows color (decimal): -15725547 or 1379344. OLE color: 1379344.

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

Color convert

RGB 16 12 21 -
CMYK 0.24 0.43 0 0.92
HSL 266.67º 0.27% 0.06% -
HSV(B) 266.67º 0.43% 0.08% -
XYZ 0.48 0.43 0.77 -
YUV 14.22 131.83 129.27 -
System Red Green Blue C M Y K H S L
Decimal 16 12 21 0.24 0.43 0 0.92 266.67 0.27 0.06
Hex 10 C 15 18 2B 0 5C 10B 1B 6
Octal 20 14 25 30 53 0 134 413 33 6
Binary 10000 1100 10101 11000 101011 0 1011100 100001011 11011 110

Color Harmonies of #100C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C15

Black with #100C15

Text Example


Text Example

White with #100C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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