Html Css Color HEX #100919 Blackcurrant

📋 copy color: '#100919'

red 16 ◦ green 9 ◦ blue 25

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

Shades of Blackcurrant #100919

Tints of Blackcurrant #100919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 50%

R = 32%
G = 18%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#100919 (or 0x100919) is known color: Blackcurrant. HEX triplet: 10, 09 and 19. RGB value is (16,9,25). Sum of RGB (Red+Green+Blue) = 16+9+25=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #100919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100919 is #EFF6E6. Grayscale: #0C0C0C. Windows color (decimal): -15726311 or 1640720. OLE color: 1640720.

HSL color Cylindrical-coordinate representation of color #100919: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #100919 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 16 9 25 -
CMYK 0.36 0.64 0 0.90
HSL 266.25º 0.47% 0.07% -
HSV(B) 266.25º 0.64% 0.1% -
XYZ 0.49 0.38 0.97 -
YUV 12.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 16 9 25 0.36 0.64 0 0.90 266.25 0.47 0.07
Hex 10 9 19 24 40 0 5A 10A 2F 7
Octal 20 11 31 44 100 0 132 412 57 7
Binary 10000 1001 11001 100100 1000000 0 1011010 100001010 101111 111

Color Harmonies of #100919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100919

Black with #100919

Text Example


Text Example

White with #100919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100919; }

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

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

background-color css

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

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

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

border-color css

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

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

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