Html Css Color HEX #1B1421 Blackcurrant

📋 copy color: '#1B1421'

red 27 ◦ green 20 ◦ blue 33

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

Shades of Blackcurrant #1B1421

Tints of Blackcurrant #1B1421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25%

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 33.75%
G = 25%
B = 41.25%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B1421 (or 0x1B1421) is known color: Blackcurrant. HEX triplet: 1B, 14 and 21. RGB value is (27,20,33). Sum of RGB (Red+Green+Blue) = 27+20+33=80 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1421 is #E4EBDE. Grayscale: #171717. Windows color (decimal): -15002591 or 2167835. OLE color: 2167835.

HSL color Cylindrical-coordinate representation of color #1B1421: hue angle of 272.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B1421 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 20 33 -
CMYK 0.18 0.39 0 0.87
HSL 272.31º 0.25% 0.1% -
HSV(B) 272.31º 0.39% 0.13% -
XYZ 0.98 0.84 1.55 -
YUV 23.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 27 20 33 0.18 0.39 0 0.87 272.31 0.25 0.1
Hex 1B 14 21 12 27 0 57 110 19 A
Octal 33 24 41 22 47 0 127 420 31 12
Binary 11011 10100 100001 10010 100111 0 1010111 100010000 11001 1010

Color Harmonies of #1B1421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1421

Black with #1B1421

Text Example


Text Example

White with #1B1421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,20,33); }

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

background-color css

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

 a { background-color: rgb(27,20,33); }

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

border-color css

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

 span { border-color: rgb(27,20,33); }

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