Html Css Color HEX #1B1A1C Blackcurrant

📋 copy color: '#1B1A1C'

red 27 ◦ green 26 ◦ blue 28

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

Shades of Blackcurrant #1B1A1C

Tints of Blackcurrant #1B1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 33.33%
G = 32.1%
B = 34.57%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B1A1C (or 0x1B1A1C) is known color: Blackcurrant. HEX triplet: 1B, 1A and 1C. RGB value is (27,26,28). Sum of RGB (Red+Green+Blue) = 27+26+28=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1A1C is #E4E5E3. Grayscale: #1A1A1A. Windows color (decimal): -15001060 or 1841691. OLE color: 1841691.

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

Color convert

RGB 27 26 28 -
CMYK 0.04 0.07 0 0.89
HSL 270º 0.04% 0.11% -
HSV(B) 270º 0.07% 0.11% -
XYZ 1.03 1.06 1.25 -
YUV 26.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 27 26 28 0.04 0.07 0 0.89 270 0.04 0.11
Hex 1B 1A 1C 4 7 0 59 10E 4 B
Octal 33 32 34 4 7 0 131 416 4 13
Binary 11011 11010 11100 100 111 0 1011001 100001110 100 1011

Color Harmonies of #1B1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1A1C

Black with #1B1A1C

Text Example


Text Example

White with #1B1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,26,28); }

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

background-color css

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

 a { background-color: rgb(27,26,28); }

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

border-color css

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

 span { border-color: rgb(27,26,28); }

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