Html Css Color HEX #11041C Blackcurrant

📋 copy color: '#11041C'

red 17 ◦ green 4 ◦ blue 28

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

Shades of Blackcurrant #11041C

Tints of Blackcurrant #11041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 57.14%

R = 34.69%
G = 8.16%
B = 57.14%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11041C (or 0x11041C) is known color: Blackcurrant. HEX triplet: 11, 04 and 1C. RGB value is (17,4,28). Sum of RGB (Red+Green+Blue) = 17+4+28=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #11041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11041C is #EEFBE3. Grayscale: #0A0A0A. Windows color (decimal): -15662052 or 1836049. OLE color: 1836049.

HSL color Cylindrical-coordinate representation of color #11041C: hue angle of 272.5º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11041C is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 4 28 -
CMYK 0.39 0.86 0 0.89
HSL 272.5º 0.75% 0.06% -
HSV(B) 272.5º 0.86% 0.11% -
XYZ 0.48 0.29 1.13 -
YUV 10.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 17 4 28 0.39 0.86 0 0.89 272.5 0.75 0.06
Hex 11 4 1C 27 56 0 59 110 4B 6
Octal 21 4 34 47 126 0 131 420 113 6
Binary 10001 100 11100 100111 1010110 0 1011001 100010000 1001011 110

Color Harmonies of #11041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11041C

Black with #11041C

Text Example


Text Example

White with #11041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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