Html Css Color HEX #1B011F Blackcurrant

📋 copy color: '#1B011F'

red 27 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #1B011F

Tints of Blackcurrant #1B011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 52.54%

R = 45.76%
G = 1.69%
B = 52.54%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B011F (or 0x1B011F) is known color: Blackcurrant. HEX triplet: 1B, 01 and 1F. RGB value is (27,1,31). Sum of RGB (Red+Green+Blue) = 27+1+31=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B011F is #E4FEE0. Grayscale: #0C0C0C. Windows color (decimal): -15007457 or 2031899. OLE color: 2031899.

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

Color convert

RGB 27 1 31 -
CMYK 0.13 0.97 0 0.88
HSL 292º 0.94% 0.06% -
HSV(B) 292º 0.97% 0.12% -
XYZ 0.71 0.35 1.33 -
YUV 12.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 27 1 31 0.13 0.97 0 0.88 292 0.94 0.06
Hex 1B 1 1F D 61 0 58 124 5E 6
Octal 33 1 37 15 141 0 130 444 136 6
Binary 11011 1 11111 1101 1100001 0 1011000 100100100 1011110 110

Color Harmonies of #1B011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B011F

Black with #1B011F

Text Example


Text Example

White with #1B011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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