Html Css Color HEX #11081C Blackcurrant

📋 copy color: '#11081C'

red 17 ◦ green 8 ◦ blue 28

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

Shades of Blackcurrant #11081C

Tints of Blackcurrant #11081C

RGB

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

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

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

R = 32.08%
G = 15.09%
B = 52.83%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11081C (or 0x11081C) is known color: Blackcurrant. HEX triplet: 11, 08 and 1C. RGB value is (17,8,28). Sum of RGB (Red+Green+Blue) = 17+8+28=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #11081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081C is #EEF7E3. Grayscale: #0C0C0C. Windows color (decimal): -15661028 or 1837073. OLE color: 1837073.

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

Color convert

RGB 17 8 28 -
CMYK 0.39 0.71 0 0.89
HSL 267º 0.56% 0.07% -
HSV(B) 267º 0.71% 0.11% -
XYZ 0.53 0.38 1.14 -
YUV 12.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 17 8 28 0.39 0.71 0 0.89 267 0.56 0.07
Hex 11 8 1C 27 47 0 59 10B 38 7
Octal 21 10 34 47 107 0 131 413 70 7
Binary 10001 1000 11100 100111 1000111 0 1011001 100001011 111000 111

Color Harmonies of #11081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11081C

Black with #11081C

Text Example


Text Example

White with #11081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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