Html Css Color HEX #1B112B Blackcurrant

📋 copy color: '#1B112B'

red 27 ◦ green 17 ◦ blue 43

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

Shades of Blackcurrant #1B112B

Tints of Blackcurrant #1B112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 31.03%
G = 19.54%
B = 49.43%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B112B (or 0x1B112B) is known color: Blackcurrant. HEX triplet: 1B, 11 and 2B. RGB value is (27,17,43). Sum of RGB (Red+Green+Blue) = 27+17+43=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B112B is #E4EED4. Grayscale: #161616. Windows color (decimal): -15003349 or 2822427. OLE color: 2822427.

HSL color Cylindrical-coordinate representation of color #1B112B: hue angle of 263.08º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B112B is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 27 17 43 -
CMYK 0.37 0.60 0 0.83
HSL 263.08º 0.43% 0.12% -
HSV(B) 263.08º 0.6% 0.17% -
XYZ 1.09 0.81 2.38 -
YUV 22.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 27 17 43 0.37 0.60 0 0.83 263.08 0.43 0.12
Hex 1B 11 2B 25 3C 0 53 107 2B C
Octal 33 21 53 45 74 0 123 407 53 14
Binary 11011 10001 101011 100101 111100 0 1010011 100000111 101011 1100

Color Harmonies of #1B112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B112B

Black with #1B112B

Text Example


Text Example

White with #1B112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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