Html Css Color HEX #11011C Blackcurrant

📋 copy color: '#11011C'

red 17 ◦ green 1 ◦ blue 28

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

Shades of Blackcurrant #11011C

Tints of Blackcurrant #11011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.17%

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

R = 36.96%
G = 2.17%
B = 60.87%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11011C (or 0x11011C) is known color: Blackcurrant. HEX triplet: 11, 01 and 1C. RGB value is (17,1,28). Sum of RGB (Red+Green+Blue) = 17+1+28=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #11011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011C is #EEFEE3. Grayscale: #080808. Windows color (decimal): -15662820 or 1835281. OLE color: 1835281.

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

Color convert

RGB 17 1 28 -
CMYK 0.39 0.96 0 0.89
HSL 275.56º 0.93% 0.06% -
HSV(B) 275.56º 0.96% 0.11% -
XYZ 0.45 0.22 1.12 -
YUV 8.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 17 1 28 0.39 0.96 0 0.89 275.56 0.93 0.06
Hex 11 1 1C 27 60 0 59 114 5D 6
Octal 21 1 34 47 140 0 131 424 135 6
Binary 10001 1 11100 100111 1100000 0 1011001 100010100 1011101 110

Color Harmonies of #11011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11011C

Black with #11011C

Text Example


Text Example

White with #11011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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