Html Css Color HEX #110C17 Blackcurrant

📋 copy color: '#110C17'

red 17 ◦ green 12 ◦ blue 23

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

Shades of Blackcurrant #110C17

Tints of Blackcurrant #110C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.08%

 BLUE value IS 23 (9.38% from 255) = 44.23%

R = 32.69%
G = 23.08%
B = 44.23%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#110C17 (or 0x110C17) is known color: Blackcurrant. HEX triplet: 11, 0C and 17. RGB value is (17,12,23). Sum of RGB (Red+Green+Blue) = 17+12+23=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 23 - color contains mainly: blue. Hex color #110C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C17 is #EEF3E8. Grayscale: #0E0E0E. Windows color (decimal): -15660009 or 1510417. OLE color: 1510417.

HSL color Cylindrical-coordinate representation of color #110C17: hue angle of 267.27º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #110C17 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 12 23 -
CMYK 0.26 0.48 0 0.91
HSL 267.27º 0.31% 0.07% -
HSV(B) 267.27º 0.48% 0.09% -
XYZ 0.52 0.44 0.87 -
YUV 14.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 17 12 23 0.26 0.48 0 0.91 267.27 0.31 0.07
Hex 11 C 17 1A 30 0 5B 10B 1F 7
Octal 21 14 27 32 60 0 133 413 37 7
Binary 10001 1100 10111 11010 110000 0 1011011 100001011 11111 111

Color Harmonies of #110C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C17

Black with #110C17

Text Example


Text Example

White with #110C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110C17; }

 p { color: rgb(17,12,23); }

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

background-color css

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

 a { background-color: rgb(17,12,23); }

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

border-color css

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

 span { border-color: rgb(17,12,23); }

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