Html Css Color HEX #1B111F Blackcurrant

📋 copy color: '#1B111F'

red 27 ◦ green 17 ◦ blue 31

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

Shades of Blackcurrant #1B111F

Tints of Blackcurrant #1B111F

RGB

 RED value IS 27 (10.94% from 255) = 36%

 GREEN value IS 17 (7.03% from 255) = 22.67%

 BLUE value IS 31 (12.5% from 255) = 41.33%

R = 36%
G = 22.67%
B = 41.33%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B111F (or 0x1B111F) is known color: Blackcurrant. HEX triplet: 1B, 11 and 1F. RGB value is (27,17,31). Sum of RGB (Red+Green+Blue) = 27+17+31=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111F is #E4EEE0. Grayscale: #151515. Windows color (decimal): -15003361 or 2035995. OLE color: 2035995.

HSL color Cylindrical-coordinate representation of color #1B111F: hue angle of 282.86º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B111F is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 17 31 -
CMYK 0.13 0.45 0 0.88
HSL 282.86º 0.29% 0.09% -
HSV(B) 282.86º 0.45% 0.12% -
XYZ 0.9 0.73 1.39 -
YUV 21.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 27 17 31 0.13 0.45 0 0.88 282.86 0.29 0.09
Hex 1B 11 1F D 2D 0 58 11B 1D 9
Octal 33 21 37 15 55 0 130 433 35 11
Binary 11011 10001 11111 1101 101101 0 1011000 100011011 11101 1001

Color Harmonies of #1B111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B111F

Black with #1B111F

Text Example


Text Example

White with #1B111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B111F; }

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

 H1.HeaderClassName
 {
   color: #1B111F;
 }
 .AnyTagClassName
 {
   color: #1B111F;
 }
</style>

background-color css

<style>
 a { background-color: #1B111F; }

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

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

border-color css

<style>
 span { border-color: #1B111F; }

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

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