Html Css Color HEX #110C12 Blackcurrant

📋 copy color: '#110C12'

red 17 ◦ green 12 ◦ blue 18

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

Shades of Blackcurrant #110C12

Tints of Blackcurrant #110C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 38.3%

R = 36.17%
G = 25.53%
B = 38.3%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#110C12 (or 0x110C12) is known color: Blackcurrant. HEX triplet: 11, 0C and 12. RGB value is (17,12,18). Sum of RGB (Red+Green+Blue) = 17+12+18=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 18 - color contains mainly: blue. Hex color #110C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C12 is #EEF3ED. Grayscale: #0E0E0E. Windows color (decimal): -15660014 or 1182737. OLE color: 1182737.

HSL color Cylindrical-coordinate representation of color #110C12: hue angle of 290º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #110C12 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 12 18 -
CMYK 0.06 0.33 0 0.93
HSL 290º 0.2% 0.06% -
HSV(B) 290º 0.33% 0.07% -
XYZ 0.47 0.43 0.63 -
YUV 14.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 17 12 18 0.06 0.33 0 0.93 290 0.2 0.06
Hex 11 C 12 6 21 0 5D 122 14 6
Octal 21 14 22 6 41 0 135 442 24 6
Binary 10001 1100 10010 110 100001 0 1011101 100100010 10100 110

Color Harmonies of #110C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C12

Black with #110C12

Text Example


Text Example

White with #110C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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