Html Css Color HEX #100018 Blackcurrant

📋 copy color: '#100018'

red 16 ◦ green 0 ◦ blue 24

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

Shades of Blackcurrant #100018

Tints of Blackcurrant #100018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100018 (or 0x100018) is known color: Blackcurrant. HEX triplet: 10, 00 and 18. RGB value is (16,0,24). Sum of RGB (Red+Green+Blue) = 16+0+24=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 24 (9.77% from 255 or 60% from 40); Max value from RGB is 24 - color contains mainly: blue. Hex color #100018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100018 is #EFFFE7. Grayscale: #070707. Windows color (decimal): -15728616 or 1572880. OLE color: 1572880.

HSL color Cylindrical-coordinate representation of color #100018: hue angle of 280º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100018 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 0 24 -
CMYK 0.33 1 0 0.91
HSL 280º 1% 0.05% -
HSV(B) 280º 1% 0.09% -
XYZ 0.38 0.18 0.88 -
YUV 7.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 16 0 24 0.33 1 0 0.91 280 1 0.05
Hex 10 0 18 21 64 0 5B 118 64 5
Octal 20 0 30 41 144 0 133 430 144 5
Binary 10000 0 11000 100001 1100100 0 1011011 100011000 1100100 101

Color Harmonies of #100018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100018

Black with #100018

Text Example


Text Example

White with #100018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100018; }

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

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

background-color css

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

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

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

border-color css

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

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

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