Html Css Color HEX #11041F Blackcurrant

📋 copy color: '#11041F'

red 17 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #11041F

Tints of Blackcurrant #11041F

RGB

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

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

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

R = 32.69%
G = 7.69%
B = 59.62%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11041F (or 0x11041F) is known color: Blackcurrant. HEX triplet: 11, 04 and 1F. RGB value is (17,4,31). Sum of RGB (Red+Green+Blue) = 17+4+31=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #11041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11041F is #EEFBE0. Grayscale: #0A0A0A. Windows color (decimal): -15662049 or 2032657. OLE color: 2032657.

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

Color convert

RGB 17 4 31 -
CMYK 0.45 0.87 0 0.88
HSL 268.89º 0.77% 0.07% -
HSV(B) 268.89º 0.87% 0.12% -
XYZ 0.52 0.3 1.33 -
YUV 10.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 17 4 31 0.45 0.87 0 0.88 268.89 0.77 0.07
Hex 11 4 1F 2D 57 0 58 10D 4D 7
Octal 21 4 37 55 127 0 130 415 115 7
Binary 10001 100 11111 101101 1010111 0 1011000 100001101 1001101 111

Color Harmonies of #11041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11041F

Black with #11041F

Text Example


Text Example

White with #11041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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