Html Css Color HEX #100021 Blackcurrant

📋 copy color: '#100021'

red 16 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #100021

Tints of Blackcurrant #100021

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.65%
G = 0%
B = 67.35%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#100021 (or 0x100021) is known color: Blackcurrant. HEX triplet: 10, 00 and 21. RGB value is (16,0,33). Sum of RGB (Red+Green+Blue) = 16+0+33=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #100021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100021 is #EFFFDE. Grayscale: #080808. Windows color (decimal): -15728607 or 2162704. OLE color: 2162704.

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

Color convert

RGB 16 0 33 -
CMYK 0.52 1 0 0.87
HSL 269.09º 1% 0.06% -
HSV(B) 269.09º 1% 0.13% -
XYZ 0.49 0.22 1.46 -
YUV 8.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 16 0 33 0.52 1 0 0.87 269.09 1 0.06
Hex 10 0 21 34 64 0 57 10D 64 6
Octal 20 0 41 64 144 0 127 415 144 6
Binary 10000 0 100001 110100 1100100 0 1010111 100001101 1100100 110

Color Harmonies of #100021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100021

Black with #100021

Text Example


Text Example

White with #100021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100021; }

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

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

background-color css

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

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

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

border-color css

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

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

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