Html Css Color HEX #1B001F Blackcurrant

📋 copy color: '#1B001F'

red 27 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #1B001F

Tints of Blackcurrant #1B001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.55%
G = 0%
B = 53.45%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B001F (or 0x1B001F) is known color: Blackcurrant. HEX triplet: 1B, 00 and 1F. RGB value is (27,0,31). Sum of RGB (Red+Green+Blue) = 27+0+31=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B001F is #E4FFE0. Grayscale: #0B0B0B. Windows color (decimal): -15007713 or 2031643. OLE color: 2031643.

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

Color convert

RGB 27 0 31 -
CMYK 0.13 1 0 0.88
HSL 292.26º 1% 0.06% -
HSV(B) 292.26º 1% 0.12% -
XYZ 0.7 0.33 1.32 -
YUV 11.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 27 0 31 0.13 1 0 0.88 292.26 1 0.06
Hex 1B 0 1F D 64 0 58 124 64 6
Octal 33 0 37 15 144 0 130 444 144 6
Binary 11011 0 11111 1101 1100100 0 1011000 100100100 1100100 110

Color Harmonies of #1B001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B001F

Black with #1B001F

Text Example


Text Example

White with #1B001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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