Html Css Color HEX #1B051F Blackcurrant

📋 copy color: '#1B051F'

red 27 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #1B051F

Tints of Blackcurrant #1B051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.94%

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

R = 42.86%
G = 7.94%
B = 49.21%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B051F (or 0x1B051F) is known color: Blackcurrant. HEX triplet: 1B, 05 and 1F. RGB value is (27,5,31). Sum of RGB (Red+Green+Blue) = 27+5+31=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051F is #E4FAE0. Grayscale: #0E0E0E. Windows color (decimal): -15006433 or 2032923. OLE color: 2032923.

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

Color convert

RGB 27 5 31 -
CMYK 0.13 0.84 0 0.88
HSL 290.77º 0.72% 0.07% -
HSV(B) 290.77º 0.84% 0.12% -
XYZ 0.75 0.44 1.34 -
YUV 14.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 27 5 31 0.13 0.84 0 0.88 290.77 0.72 0.07
Hex 1B 5 1F D 54 0 58 123 48 7
Octal 33 5 37 15 124 0 130 443 110 7
Binary 11011 101 11111 1101 1010100 0 1011000 100100011 1001000 111

Color Harmonies of #1B051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B051F

Black with #1B051F

Text Example


Text Example

White with #1B051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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