Html Css Color HEX #110C15 Blackcurrant

📋 copy color: '#110C15'

red 17 ◦ green 12 ◦ blue 21

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

Shades of Blackcurrant #110C15

Tints of Blackcurrant #110C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 42%

R = 34%
G = 24%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#110C15 (or 0x110C15) is known color: Blackcurrant. HEX triplet: 11, 0C and 15. RGB value is (17,12,21). Sum of RGB (Red+Green+Blue) = 17+12+21=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #110C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C15 is #EEF3EA. Grayscale: #0E0E0E. Windows color (decimal): -15660011 or 1379345. OLE color: 1379345.

HSL color Cylindrical-coordinate representation of color #110C15: hue angle of 273.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #110C15 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 12 21 -
CMYK 0.19 0.43 0 0.92
HSL 273.33º 0.27% 0.06% -
HSV(B) 273.33º 0.43% 0.08% -
XYZ 0.5 0.44 0.77 -
YUV 14.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 17 12 21 0.19 0.43 0 0.92 273.33 0.27 0.06
Hex 11 C 15 13 2B 0 5C 111 1B 6
Octal 21 14 25 23 53 0 134 421 33 6
Binary 10001 1100 10101 10011 101011 0 1011100 100010001 11011 110

Color Harmonies of #110C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C15

Black with #110C15

Text Example


Text Example

White with #110C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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