Html Css Color HEX #110418 Blackcurrant

📋 copy color: '#110418'

red 17 ◦ green 4 ◦ blue 24

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

Shades of Blackcurrant #110418

Tints of Blackcurrant #110418

RGB

 RED value IS 17 (7.03% from 255) = 37.78%

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

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

R = 37.78%
G = 8.89%
B = 53.33%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110418 (or 0x110418) is known color: Blackcurrant. HEX triplet: 11, 04 and 18. RGB value is (17,4,24). Sum of RGB (Red+Green+Blue) = 17+4+24=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #110418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110418 is #EEFBE7. Grayscale: #0A0A0A. Windows color (decimal): -15662056 or 1573905. OLE color: 1573905.

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

Color convert

RGB 17 4 24 -
CMYK 0.29 0.83 0 0.91
HSL 279º 0.71% 0.05% -
HSV(B) 279º 0.83% 0.09% -
XYZ 0.44 0.27 0.89 -
YUV 10.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 17 4 24 0.29 0.83 0 0.91 279 0.71 0.05
Hex 11 4 18 1D 53 0 5B 117 47 5
Octal 21 4 30 35 123 0 133 427 107 5
Binary 10001 100 11000 11101 1010011 0 1011011 100010111 1000111 101

Color Harmonies of #110418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110418

Black with #110418

Text Example


Text Example

White with #110418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110418; }

 p { color: rgb(17,4,24); }

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

background-color css

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

 a { background-color: rgb(17,4,24); }

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

border-color css

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

 span { border-color: rgb(17,4,24); }

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