Html Css Color HEX #1B081E Blackcurrant

📋 copy color: '#1B081E'

red 27 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #1B081E

Tints of Blackcurrant #1B081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 41.54%
G = 12.31%
B = 46.15%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B081E (or 0x1B081E) is known color: Blackcurrant. HEX triplet: 1B, 08 and 1E. RGB value is (27,8,30). Sum of RGB (Red+Green+Blue) = 27+8+30=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081E is #E4F7E1. Grayscale: #101010. Windows color (decimal): -15005666 or 1968155. OLE color: 1968155.

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

Color convert

RGB 27 8 30 -
CMYK 0.10 0.73 0 0.88
HSL 291.82º 0.58% 0.07% -
HSV(B) 291.82º 0.73% 0.12% -
XYZ 0.77 0.5 1.28 -
YUV 16.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 27 8 30 0.10 0.73 0 0.88 291.82 0.58 0.07
Hex 1B 8 1E A 49 0 58 124 3A 7
Octal 33 10 36 12 111 0 130 444 72 7
Binary 11011 1000 11110 1010 1001001 0 1011000 100100100 111010 111

Color Harmonies of #1B081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B081E

Black with #1B081E

Text Example


Text Example

White with #1B081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,8,30); }

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

background-color css

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

 a { background-color: rgb(27,8,30); }

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

border-color css

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

 span { border-color: rgb(27,8,30); }

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