Html Css Color HEX #11011F Blackcurrant

📋 copy color: '#11011F'

red 17 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #11011F

Tints of Blackcurrant #11011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 63.27%

R = 34.69%
G = 2.04%
B = 63.27%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11011F (or 0x11011F) is known color: Blackcurrant. HEX triplet: 11, 01 and 1F. RGB value is (17,1,31). Sum of RGB (Red+Green+Blue) = 17+1+31=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #11011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011F is #EEFEE0. Grayscale: #090909. Windows color (decimal): -15662817 or 2031889. OLE color: 2031889.

HSL color Cylindrical-coordinate representation of color #11011F: hue angle of 272º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11011F is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 1 31 -
CMYK 0.45 0.97 0 0.88
HSL 272º 0.94% 0.06% -
HSV(B) 272º 0.97% 0.12% -
XYZ 0.49 0.24 1.32 -
YUV 9.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 17 1 31 0.45 0.97 0 0.88 272 0.94 0.06
Hex 11 1 1F 2D 61 0 58 110 5E 6
Octal 21 1 37 55 141 0 130 420 136 6
Binary 10001 1 11111 101101 1100001 0 1011000 100010000 1011110 110

Color Harmonies of #11011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11011F

Black with #11011F

Text Example


Text Example

White with #11011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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