Html Css Color HEX #110718 Blackcurrant

📋 copy color: '#110718'

red 17 ◦ green 7 ◦ blue 24

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

Shades of Blackcurrant #110718

Tints of Blackcurrant #110718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.58%

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

R = 35.42%
G = 14.58%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110718 (or 0x110718) is known color: Blackcurrant. HEX triplet: 11, 07 and 18. RGB value is (17,7,24). Sum of RGB (Red+Green+Blue) = 17+7+24=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #110718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110718 is #EEF8E7. Grayscale: #0B0B0B. Windows color (decimal): -15661288 or 1574673. OLE color: 1574673.

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

Color convert

RGB 17 7 24 -
CMYK 0.29 0.71 0 0.91
HSL 275.29º 0.55% 0.06% -
HSV(B) 275.29º 0.71% 0.09% -
XYZ 0.47 0.34 0.9 -
YUV 11.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 17 7 24 0.29 0.71 0 0.91 275.29 0.55 0.06
Hex 11 7 18 1D 47 0 5B 113 37 6
Octal 21 7 30 35 107 0 133 423 67 6
Binary 10001 111 11000 11101 1000111 0 1011011 100010011 110111 110

Color Harmonies of #110718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110718

Black with #110718

Text Example


Text Example

White with #110718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110718; }

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

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

background-color css

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

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

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

border-color css

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

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

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