#18091B

Color #18091B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #18091B

Tints of Blackcurrant #18091B

Color information

#18091B (or 0x18091B) is unknown color: approx Blackcurrant. HEX triplet: 18, 09 and 1B. RGB value is (24,9,27). Sum of RGB (Red+Green+Blue) = 24+9+27=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #18091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091B is #E7F6E4. Grayscale: #0F0F0F. Windows color (decimal): -15202021 or 1771800. OLE color: 1771800.

HSL color Cylindrical-coordinate representation of color #18091B: hue angle of 290º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18091B is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24927-
CMYK0.110.6700.89
HSL290º50%7.06%-
HSV(B)290º66.67%10.59%-
XYZ0.670.471.09-
YUV15.54134.47134.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 15%
BLUE value IS 27 (10.94% from 255) = 45%
R=40%
G=15%
B=45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal249270.110.6700.89290507.06
Hex1891BB43059122327
Octal301133131030131442627
Binary110001001110111011100001101011001100100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18091B; }

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

 H1.HeaderClassName
 {
   color: #18091B;
 }
 .AnyTagClassName
 {
   color: #18091B;
 }
</style>
background-color css

<style>
 a { background-color: #18091B; }

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

 div.DivClassName
 {
   background-color: #18091B;
 }
 .BgClassName
 {
   background-color: #18091B;
 }
</style>
border-color css

<style>
 span { border-color: #18091B; }

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

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