#18062A

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

Shades of Blackcurrant #18062A

Tints of Blackcurrant #18062A

Color information

#18062A (or 0x18062A) is unknown color: approx Blackcurrant. HEX triplet: 18, 06 and 2A. RGB value is (24,6,42). Sum of RGB (Red+Green+Blue) = 24+6+42=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #18062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18062A is #E7F9D5. Grayscale: #0F0F0F. Windows color (decimal): -15202774 or 2754072. OLE color: 2754072.

HSL color Cylindrical-coordinate representation of color #18062A: hue angle of 270º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18062A is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB24642-
CMYK0.430.8600.84
HSL270º75%9.41%-
HSV(B)270º85.71%16.47%-
XYZ0.860.492.24-
YUV15.49142.96134.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 42 (16.80% from 255) = 58.33%
R=33.33%
G=8.33%
B=58.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal246420.430.8600.84270759.41
Hex1862A2B5605410e4b9
Octal3065253126012441611311
Binary1100011010101010101110101100101010010000111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18062A; }

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

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

<style>
 a { background-color: #18062A; }

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

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

<style>
 span { border-color: #18062A; }

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

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