Html Css Color HEX #1B1323 Blackcurrant

📋 copy color: '#1B1323'

red 27 ◦ green 19 ◦ blue 35

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

Shades of Blackcurrant #1B1323

Tints of Blackcurrant #1B1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

 BLUE value IS 35 (14.06% from 255) = 43.21%

R = 33.33%
G = 23.46%
B = 43.21%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1B1323 (or 0x1B1323) is known color: Blackcurrant. HEX triplet: 1B, 13 and 23. RGB value is (27,19,35). Sum of RGB (Red+Green+Blue) = 27+19+35=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B1323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1323 is #E4ECDC. Grayscale: #171717. Windows color (decimal): -15002845 or 2298651. OLE color: 2298651.

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

Color convert

RGB 27 19 35 -
CMYK 0.23 0.46 0 0.86
HSL 270º 0.3% 0.11% -
HSV(B) 270º 0.46% 0.14% -
XYZ 0.99 0.82 1.7 -
YUV 23.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 27 19 35 0.23 0.46 0 0.86 270 0.3 0.11
Hex 1B 13 23 17 2E 0 56 10E 1E B
Octal 33 23 43 27 56 0 126 416 36 13
Binary 11011 10011 100011 10111 101110 0 1010110 100001110 11110 1011

Color Harmonies of #1B1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1323

Black with #1B1323

Text Example


Text Example

White with #1B1323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,19,35); }

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

background-color css

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

 a { background-color: rgb(27,19,35); }

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

border-color css

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

 span { border-color: rgb(27,19,35); }

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