Html Css Color HEX #11091B Blackcurrant

📋 copy color: '#11091B'

red 17 ◦ green 9 ◦ blue 27

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

Shades of Blackcurrant #11091B

Tints of Blackcurrant #11091B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

 BLUE value IS 27 (10.94% from 255) = 50.94%

R = 32.08%
G = 16.98%
B = 50.94%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11091B (or 0x11091B) is known color: Blackcurrant. HEX triplet: 11, 09 and 1B. RGB value is (17,9,27). Sum of RGB (Red+Green+Blue) = 17+9+27=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #11091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091B is #EEF6E4. Grayscale: #0D0D0D. Windows color (decimal): -15660773 or 1771793. OLE color: 1771793.

HSL color Cylindrical-coordinate representation of color #11091B: hue angle of 266.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11091B is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 9 27 -
CMYK 0.37 0.67 0 0.89
HSL 266.67º 0.5% 0.07% -
HSV(B) 266.67º 0.67% 0.11% -
XYZ 0.53 0.39 1.09 -
YUV 13.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 17 9 27 0.37 0.67 0 0.89 266.67 0.5 0.07
Hex 11 9 1B 25 43 0 59 10B 32 7
Octal 21 11 33 45 103 0 131 413 62 7
Binary 10001 1001 11011 100101 1000011 0 1011001 100001011 110010 111

Color Harmonies of #11091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11091B

Black with #11091B

Text Example


Text Example

White with #11091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11091B; }

 p { color: rgb(17,9,27); }

 H1.HeaderClassName
 {
   color: #11091B;
 }
 .AnyTagClassName
 {
   color: #11091B;
 }
</style>

background-color css

<style>
 a { background-color: #11091B; }

 a { background-color: rgb(17,9,27); }

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

border-color css

<style>
 span { border-color: #11091B; }

 span { border-color: rgb(17,9,27); }

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