Html Css Color HEX #100219 Blackcurrant

📋 copy color: '#100219'

red 16 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #100219

Tints of Blackcurrant #100219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.65%

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

R = 37.21%
G = 4.65%
B = 58.14%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#100219 (or 0x100219) is known color: Blackcurrant. HEX triplet: 10, 02 and 19. RGB value is (16,2,25). Sum of RGB (Red+Green+Blue) = 16+2+25=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #100219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100219 is #EFFDE6. Grayscale: #080808. Windows color (decimal): -15728103 or 1638928. OLE color: 1638928.

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

Color convert

RGB 16 2 25 -
CMYK 0.36 0.92 0 0.90
HSL 276.52º 0.85% 0.05% -
HSV(B) 276.52º 0.92% 0.1% -
XYZ 0.41 0.22 0.94 -
YUV 8.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 16 2 25 0.36 0.92 0 0.90 276.52 0.85 0.05
Hex 10 2 19 24 5C 0 5A 115 55 5
Octal 20 2 31 44 134 0 132 425 125 5
Binary 10000 10 11001 100100 1011100 0 1011010 100010101 1010101 101

Color Harmonies of #100219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100219

Black with #100219

Text Example


Text Example

White with #100219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100219; }

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

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

background-color css

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

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

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

border-color css

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

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

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