Html Css Color HEX #11041A Blackcurrant

📋 copy color: '#11041A'

red 17 ◦ green 4 ◦ blue 26

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

Shades of Blackcurrant #11041A

Tints of Blackcurrant #11041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 55.32%

R = 36.17%
G = 8.51%
B = 55.32%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11041A (or 0x11041A) is known color: Blackcurrant. HEX triplet: 11, 04 and 1A. RGB value is (17,4,26). Sum of RGB (Red+Green+Blue) = 17+4+26=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #11041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11041A is #EEFBE5. Grayscale: #0A0A0A. Windows color (decimal): -15662054 or 1704977. OLE color: 1704977.

HSL color Cylindrical-coordinate representation of color #11041A: hue angle of 275.45º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11041A is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 4 26 -
CMYK 0.35 0.85 0 0.90
HSL 275.45º 0.73% 0.06% -
HSV(B) 275.45º 0.85% 0.1% -
XYZ 0.46 0.28 1.01 -
YUV 10.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 17 4 26 0.35 0.85 0 0.90 275.45 0.73 0.06
Hex 11 4 1A 23 55 0 5A 113 49 6
Octal 21 4 32 43 125 0 132 423 111 6
Binary 10001 100 11010 100011 1010101 0 1011010 100010011 1001001 110

Color Harmonies of #11041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11041A

Black with #11041A

Text Example


Text Example

White with #11041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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