#18092B

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

Shades of Blackcurrant #18092B

Tints of Blackcurrant #18092B

Color information

#18092B (or 0x18092B) is unknown color: approx Blackcurrant. HEX triplet: 18, 09 and 2B. RGB value is (24,9,43). Sum of RGB (Red+Green+Blue) = 24+9+43=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #18092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18092B is #E7F6D4. Grayscale: #111111. Windows color (decimal): -15202005 or 2820376. OLE color: 2820376.

HSL color Cylindrical-coordinate representation of color #18092B: hue angle of 266.47º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18092B is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24943-
CMYK0.440.7900.83
HSL266.47º65.38%10.2%-
HSV(B)266.47º79.07%16.86%-
XYZ0.910.562.35-
YUV17.36142.47132.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.58%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=31.58%
G=11.84%
B=56.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal249430.440.7900.83266.4765.3810.2
Hex1892B2C4F05310a41a
Octal30115354117012341210112
Binary11000100110101110110010011110101001110000101010000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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