Html Css Color HEX #11081D Blackcurrant

📋 copy color: '#11081D'

red 17 ◦ green 8 ◦ blue 29

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

Shades of Blackcurrant #11081D

Tints of Blackcurrant #11081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.81%

 BLUE value IS 29 (11.72% from 255) = 53.7%

R = 31.48%
G = 14.81%
B = 53.7%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11081D (or 0x11081D) is known color: Blackcurrant. HEX triplet: 11, 08 and 1D. RGB value is (17,8,29). Sum of RGB (Red+Green+Blue) = 17+8+29=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #11081D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081D is #EEF7E2. Grayscale: #0D0D0D. Windows color (decimal): -15661027 or 1902609. OLE color: 1902609.

HSL color Cylindrical-coordinate representation of color #11081D: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11081D is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 8 29 -
CMYK 0.41 0.72 0 0.89
HSL 265.71º 0.57% 0.07% -
HSV(B) 265.71º 0.72% 0.11% -
XYZ 0.54 0.38 1.21 -
YUV 13.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 17 8 29 0.41 0.72 0 0.89 265.71 0.57 0.07
Hex 11 8 1D 29 48 0 59 10A 39 7
Octal 21 10 35 51 110 0 131 412 71 7
Binary 10001 1000 11101 101001 1001000 0 1011001 100001010 111001 111

Color Harmonies of #11081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11081D

Black with #11081D

Text Example


Text Example

White with #11081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11081D; }

 p { color: rgb(17,8,29); }

 H1.HeaderClassName
 {
   color: #11081D;
 }
 .AnyTagClassName
 {
   color: #11081D;
 }
</style>

background-color css

<style>
 a { background-color: #11081D; }

 a { background-color: rgb(17,8,29); }

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

border-color css

<style>
 span { border-color: #11081D; }

 span { border-color: rgb(17,8,29); }

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