Html Css Color HEX #1B1121 Blackcurrant

📋 copy color: '#1B1121'

red 27 ◦ green 17 ◦ blue 33

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

Shades of Blackcurrant #1B1121

Tints of Blackcurrant #1B1121

RGB

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

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

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

R = 35.06%
G = 22.08%
B = 42.86%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B1121 (or 0x1B1121) is known color: Blackcurrant. HEX triplet: 1B, 11 and 21. RGB value is (27,17,33). Sum of RGB (Red+Green+Blue) = 27+17+33=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1121 is #E4EEDE. Grayscale: #151515. Windows color (decimal): -15003359 or 2167067. OLE color: 2167067.

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

Color convert

RGB 27 17 33 -
CMYK 0.18 0.48 0 0.87
HSL 277.5º 0.32% 0.1% -
HSV(B) 277.5º 0.48% 0.13% -
XYZ 0.93 0.74 1.53 -
YUV 21.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 27 17 33 0.18 0.48 0 0.87 277.5 0.32 0.1
Hex 1B 11 21 12 30 0 57 116 20 A
Octal 33 21 41 22 60 0 127 426 40 12
Binary 11011 10001 100001 10010 110000 0 1010111 100010110 100000 1010

Color Harmonies of #1B1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1121

Black with #1B1121

Text Example


Text Example

White with #1B1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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