#18061B

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

Shades of Blackcurrant #18061B

Tints of Blackcurrant #18061B

Color information

#18061B (or 0x18061B) is unknown color: approx Blackcurrant. HEX triplet: 18, 06 and 1B. RGB value is (24,6,27). Sum of RGB (Red+Green+Blue) = 24+6+27=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 27 - color contains mainly: blue. Hex color #18061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061B is #E7F9E4. Grayscale: #0D0D0D. Windows color (decimal): -15202789 or 1771032. OLE color: 1771032.

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

Color convert

RGB24627-
CMYK0.110.7800.89
HSL291.43º63.64%6.47%-
HSV(B)291.43º77.78%10.59%-
XYZ0.640.41.08-
YUV13.78135.46135.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 6 (2.73% from 255) = 10.53%
BLUE value IS 27 (10.94% from 255) = 47.37%
R=42.11%
G=10.53%
B=47.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal246270.110.7800.89291.4363.646.47
Hex1861BB4E059123406
Octal306331311601314431006
Binary110001101101110111001110010110011001000111000000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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