Html Css Color HEX #100121 Blackcurrant

📋 copy color: '#100121'

red 16 ◦ green 1 ◦ blue 33

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

Shades of Blackcurrant #100121

Tints of Blackcurrant #100121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2%

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

R = 32%
G = 2%
B = 66%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#100121 (or 0x100121) is known color: Blackcurrant. HEX triplet: 10, 01 and 21. RGB value is (16,1,33). Sum of RGB (Red+Green+Blue) = 16+1+33=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #100121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100121 is #EFFEDE. Grayscale: #090909. Windows color (decimal): -15728351 or 2162960. OLE color: 2162960.

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

Color convert

RGB 16 1 33 -
CMYK 0.52 0.97 0 0.87
HSL 268.13º 0.94% 0.07% -
HSV(B) 268.13º 0.97% 0.13% -
XYZ 0.5 0.24 1.46 -
YUV 9.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 16 1 33 0.52 0.97 0 0.87 268.13 0.94 0.07
Hex 10 1 21 34 61 0 57 10C 5E 7
Octal 20 1 41 64 141 0 127 414 136 7
Binary 10000 1 100001 110100 1100001 0 1010111 100001100 1011110 111

Color Harmonies of #100121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100121

Black with #100121

Text Example


Text Example

White with #100121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100121; }

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

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

background-color css

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

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

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

border-color css

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

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

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