Html Css Color HEX #1B111E Blackcurrant

📋 copy color: '#1B111E'

red 27 ◦ green 17 ◦ blue 30

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

Shades of Blackcurrant #1B111E

Tints of Blackcurrant #1B111E

RGB

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

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

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

R = 36.49%
G = 22.97%
B = 40.54%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B111E (or 0x1B111E) is known color: Blackcurrant. HEX triplet: 1B, 11 and 1E. RGB value is (27,17,30). Sum of RGB (Red+Green+Blue) = 27+17+30=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111E is #E4EEE1. Grayscale: #151515. Windows color (decimal): -15003362 or 1970459. OLE color: 1970459.

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

Color convert

RGB 27 17 30 -
CMYK 0.10 0.43 0 0.88
HSL 286.15º 0.28% 0.09% -
HSV(B) 286.15º 0.43% 0.12% -
XYZ 0.89 0.73 1.32 -
YUV 21.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 27 17 30 0.10 0.43 0 0.88 286.15 0.28 0.09
Hex 1B 11 1E A 2B 0 58 11E 1C 9
Octal 33 21 36 12 53 0 130 436 34 11
Binary 11011 10001 11110 1010 101011 0 1011000 100011110 11100 1001

Color Harmonies of #1B111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B111E

Black with #1B111E

Text Example


Text Example

White with #1B111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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