Html Css Color HEX #11091A Blackcurrant

📋 copy color: '#11091A'

red 17 ◦ green 9 ◦ blue 26

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

Shades of Blackcurrant #11091A

Tints of Blackcurrant #11091A

RGB

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

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

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

R = 32.69%
G = 17.31%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11091A (or 0x11091A) is known color: Blackcurrant. HEX triplet: 11, 09 and 1A. RGB value is (17,9,26). Sum of RGB (Red+Green+Blue) = 17+9+26=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #11091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11091A is #EEF6E5. Grayscale: #0D0D0D. Windows color (decimal): -15660774 or 1706257. OLE color: 1706257.

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

Color convert

RGB 17 9 26 -
CMYK 0.35 0.65 0 0.90
HSL 268.24º 0.49% 0.07% -
HSV(B) 268.24º 0.65% 0.1% -
XYZ 0.52 0.39 1.03 -
YUV 13.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 17 9 26 0.35 0.65 0 0.90 268.24 0.49 0.07
Hex 11 9 1A 23 41 0 5A 10C 31 7
Octal 21 11 32 43 101 0 132 414 61 7
Binary 10001 1001 11010 100011 1000001 0 1011010 100001100 110001 111

Color Harmonies of #11091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11091A

Black with #11091A

Text Example


Text Example

White with #11091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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