Html Css Color HEX #100028 Blackcurrant

📋 copy color: '#100028'

red 16 ◦ green 0 ◦ blue 40

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

Shades of Blackcurrant #100028

Tints of Blackcurrant #100028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 71.43%

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#100028 (or 0x100028) is known color: Blackcurrant. HEX triplet: 10, 00 and 28. RGB value is (16,0,40). Sum of RGB (Red+Green+Blue) = 16+0+40=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #100028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100028 is #EFFFD7. Grayscale: #090909. Windows color (decimal): -15728600 or 2621456. OLE color: 2621456.

HSL color Cylindrical-coordinate representation of color #100028: hue angle of 264º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100028 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 0 40 -
CMYK 0.60 1 0 0.84
HSL 264º 1% 0.08% -
HSV(B) 264º 1% 0.16% -
XYZ 0.6 0.26 2.03 -
YUV 9.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 16 0 40 0.60 1 0 0.84 264 1 0.08
Hex 10 0 28 3C 64 0 54 108 64 8
Octal 20 0 50 74 144 0 124 410 144 10
Binary 10000 0 101000 111100 1100100 0 1010100 100001000 1100100 1000

Color Harmonies of #100028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100028

Black with #100028

Text Example


Text Example

White with #100028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100028; }

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

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

background-color css

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

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

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

border-color css

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

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

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