Html Css Color HEX #100514 Blackcurrant

📋 copy color: '#100514'

red 16 ◦ green 5 ◦ blue 20

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

Shades of Blackcurrant #100514

Tints of Blackcurrant #100514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.2%

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

R = 39.02%
G = 12.2%
B = 48.78%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100514 (or 0x100514) is known color: Blackcurrant. HEX triplet: 10, 05 and 14. RGB value is (16,5,20). Sum of RGB (Red+Green+Blue) = 16+5+20=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #100514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100514 is #EFFAEB. Grayscale: #090909. Windows color (decimal): -15727340 or 1312016. OLE color: 1312016.

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

Color convert

RGB 16 5 20 -
CMYK 0.20 0.75 0 0.92
HSL 284º 0.6% 0.05% -
HSV(B) 284º 0.75% 0.08% -
XYZ 0.39 0.27 0.69 -
YUV 10 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 16 5 20 0.20 0.75 0 0.92 284 0.6 0.05
Hex 10 5 14 14 4B 0 5C 11C 3C 5
Octal 20 5 24 24 113 0 134 434 74 5
Binary 10000 101 10100 10100 1001011 0 1011100 100011100 111100 101

Color Harmonies of #100514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100514

Black with #100514

Text Example


Text Example

White with #100514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100514; }

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

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

background-color css

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

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

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

border-color css

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

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

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