Html Css Color HEX #100421 Blackcurrant

📋 copy color: '#100421'

red 16 ◦ green 4 ◦ blue 33

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

Shades of Blackcurrant #100421

Tints of Blackcurrant #100421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.55%

 BLUE value IS 33 (13.28% from 255) = 62.26%

R = 30.19%
G = 7.55%
B = 62.26%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#100421 (or 0x100421) is known color: Blackcurrant. HEX triplet: 10, 04 and 21. RGB value is (16,4,33). Sum of RGB (Red+Green+Blue) = 16+4+33=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #100421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100421 is #EFFBDE. Grayscale: #0A0A0A. Windows color (decimal): -15727583 or 2163728. OLE color: 2163728.

HSL color Cylindrical-coordinate representation of color #100421: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100421 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 4 33 -
CMYK 0.52 0.88 0 0.87
HSL 264.83º 0.78% 0.07% -
HSV(B) 264.83º 0.88% 0.13% -
XYZ 0.53 0.31 1.47 -
YUV 10.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 16 4 33 0.52 0.88 0 0.87 264.83 0.78 0.07
Hex 10 4 21 34 58 0 57 109 4E 7
Octal 20 4 41 64 130 0 127 411 116 7
Binary 10000 100 100001 110100 1011000 0 1010111 100001001 1001110 111

Color Harmonies of #100421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100421

Black with #100421

Text Example


Text Example

White with #100421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100421; }

 p { color: rgb(16,4,33); }

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

background-color css

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

 a { background-color: rgb(16,4,33); }

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

border-color css

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

 span { border-color: rgb(16,4,33); }

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