Html Css Color HEX #1B091E Blackcurrant

📋 copy color: '#1B091E'

red 27 ◦ green 9 ◦ blue 30

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

Shades of Blackcurrant #1B091E

Tints of Blackcurrant #1B091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

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

R = 40.91%
G = 13.64%
B = 45.45%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1B091E (or 0x1B091E) is known color: Blackcurrant. HEX triplet: 1B, 09 and 1E. RGB value is (27,9,30). Sum of RGB (Red+Green+Blue) = 27+9+30=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B091E is #E4F6E1. Grayscale: #101010. Windows color (decimal): -15005410 or 1968411. OLE color: 1968411.

HSL color Cylindrical-coordinate representation of color #1B091E: hue angle of 291.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B091E is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 27 9 30 -
CMYK 0.10 0.70 0 0.88
HSL 291.43º 0.54% 0.08% -
HSV(B) 291.43º 0.7% 0.12% -
XYZ 0.78 0.52 1.29 -
YUV 16.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 27 9 30 0.10 0.70 0 0.88 291.43 0.54 0.08
Hex 1B 9 1E A 46 0 58 123 36 8
Octal 33 11 36 12 106 0 130 443 66 10
Binary 11011 1001 11110 1010 1000110 0 1011000 100100011 110110 1000

Color Harmonies of #1B091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B091E

Black with #1B091E

Text Example


Text Example

White with #1B091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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