Html Css Color HEX #11081E Blackcurrant

📋 copy color: '#11081E'

red 17 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #11081E

Tints of Blackcurrant #11081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 54.55%

R = 30.91%
G = 14.55%
B = 54.55%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11081E (or 0x11081E) is known color: Blackcurrant. HEX triplet: 11, 08 and 1E. RGB value is (17,8,30). Sum of RGB (Red+Green+Blue) = 17+8+30=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #11081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11081E is #EEF7E1. Grayscale: #0D0D0D. Windows color (decimal): -15661026 or 1968145. OLE color: 1968145.

HSL color Cylindrical-coordinate representation of color #11081E: hue angle of 264.55º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11081E is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 8 30 -
CMYK 0.43 0.73 0 0.88
HSL 264.55º 0.58% 0.07% -
HSV(B) 264.55º 0.73% 0.12% -
XYZ 0.55 0.39 1.27 -
YUV 13.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 17 8 30 0.43 0.73 0 0.88 264.55 0.58 0.07
Hex 11 8 1E 2B 49 0 58 109 3A 7
Octal 21 10 36 53 111 0 130 411 72 7
Binary 10001 1000 11110 101011 1001001 0 1011000 100001001 111010 111

Color Harmonies of #11081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11081E

Black with #11081E

Text Example


Text Example

White with #11081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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