Html Css Color HEX #1B0120 Blackcurrant

📋 copy color: '#1B0120'

red 27 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #1B0120

Tints of Blackcurrant #1B0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

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

R = 45%
G = 1.67%
B = 53.33%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1B0120 (or 0x1B0120) is known color: Blackcurrant. HEX triplet: 1B, 01 and 20. RGB value is (27,1,32). Sum of RGB (Red+Green+Blue) = 27+1+32=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B0120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0120 is #E4FEDF. Grayscale: #0C0C0C. Windows color (decimal): -15007456 or 2097435. OLE color: 2097435.

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

Color convert

RGB 27 1 32 -
CMYK 0.16 0.97 0 0.87
HSL 290.32º 0.94% 0.06% -
HSV(B) 290.32º 0.97% 0.13% -
XYZ 0.72 0.36 1.4 -
YUV 12.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 27 1 32 0.16 0.97 0 0.87 290.32 0.94 0.06
Hex 1B 1 20 10 61 0 57 122 5E 6
Octal 33 1 40 20 141 0 127 442 136 6
Binary 11011 1 100000 10000 1100001 0 1010111 100100010 1011110 110

Color Harmonies of #1B0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0120

Black with #1B0120

Text Example


Text Example

White with #1B0120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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