Html Css Color HEX #110B1B Blackcurrant

📋 copy color: '#110B1B'

red 17 ◦ green 11 ◦ blue 27

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

Shades of Blackcurrant #110B1B

Tints of Blackcurrant #110B1B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

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

R = 30.91%
G = 20%
B = 49.09%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#110B1B (or 0x110B1B) is known color: Blackcurrant. HEX triplet: 11, 0B and 1B. RGB value is (17,11,27). Sum of RGB (Red+Green+Blue) = 17+11+27=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #110B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B1B is #EEF4E4. Grayscale: #0E0E0E. Windows color (decimal): -15660261 or 1772305. OLE color: 1772305.

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

Color convert

RGB 17 11 27 -
CMYK 0.37 0.59 0 0.89
HSL 262.5º 0.42% 0.07% -
HSV(B) 262.5º 0.59% 0.11% -
XYZ 0.55 0.44 1.09 -
YUV 14.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 17 11 27 0.37 0.59 0 0.89 262.5 0.42 0.07
Hex 11 B 1B 25 3B 0 59 106 2A 7
Octal 21 13 33 45 73 0 131 406 52 7
Binary 10001 1011 11011 100101 111011 0 1011001 100000110 101010 111

Color Harmonies of #110B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B1B

Black with #110B1B

Text Example


Text Example

White with #110B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B1B; }

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

 H1.HeaderClassName
 {
   color: #110B1B;
 }
 .AnyTagClassName
 {
   color: #110B1B;
 }
</style>

background-color css

<style>
 a { background-color: #110B1B; }

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

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

border-color css

<style>
 span { border-color: #110B1B; }

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

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