Html Css Color HEX #1B1020 Blackcurrant

📋 copy color: '#1B1020'

red 27 ◦ green 16 ◦ blue 32

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

Shades of Blackcurrant #1B1020

Tints of Blackcurrant #1B1020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.33%

 BLUE value IS 32 (12.89% from 255) = 42.67%

R = 36%
G = 21.33%
B = 42.67%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B1020 (or 0x1B1020) is known color: Blackcurrant. HEX triplet: 1B, 10 and 20. RGB value is (27,16,32). Sum of RGB (Red+Green+Blue) = 27+16+32=75 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1020 is #E4EFDF. Grayscale: #151515. Windows color (decimal): -15003616 or 2101275. OLE color: 2101275.

HSL color Cylindrical-coordinate representation of color #1B1020: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B1020 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 27 16 32 -
CMYK 0.16 0.5 0 0.87
HSL 281.25º 0.33% 0.09% -
HSV(B) 281.25º 0.5% 0.13% -
XYZ 0.9 0.71 1.46 -
YUV 21.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 27 16 32 0.16 0.5 0 0.87 281.25 0.33 0.09
Hex 1B 10 20 10 32 0 57 119 21 9
Octal 33 20 40 20 62 0 127 431 41 11
Binary 11011 10000 100000 10000 110010 0 1010111 100011001 100001 1001

Color Harmonies of #1B1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1020

Black with #1B1020

Text Example


Text Example

White with #1B1020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,16,32); }

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

background-color css

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

 a { background-color: rgb(27,16,32); }

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

border-color css

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

 span { border-color: rgb(27,16,32); }

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