Html Css Color HEX #1B112C Blackcurrant

📋 copy color: '#1B112C'

red 27 ◦ green 17 ◦ blue 44

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

Shades of Blackcurrant #1B112C

Tints of Blackcurrant #1B112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 50%

R = 30.68%
G = 19.32%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1B112C (or 0x1B112C) is known color: Blackcurrant. HEX triplet: 1B, 11 and 2C. RGB value is (27,17,44). Sum of RGB (Red+Green+Blue) = 27+17+44=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B112C is #E4EED3. Grayscale: #161616. Windows color (decimal): -15003348 or 2887963. OLE color: 2887963.

HSL color Cylindrical-coordinate representation of color #1B112C: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B112C is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 27 17 44 -
CMYK 0.39 0.61 0 0.83
HSL 262.22º 0.44% 0.12% -
HSV(B) 262.22º 0.61% 0.17% -
XYZ 1.11 0.82 2.48 -
YUV 23.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 27 17 44 0.39 0.61 0 0.83 262.22 0.44 0.12
Hex 1B 11 2C 27 3D 0 53 106 2C C
Octal 33 21 54 47 75 0 123 406 54 14
Binary 11011 10001 101100 100111 111101 0 1010011 100000110 101100 1100

Color Harmonies of #1B112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B112C

Black with #1B112C

Text Example


Text Example

White with #1B112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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