#18022F

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

Shades of Blackcurrant #18022F

Tints of Blackcurrant #18022F

Color information

#18022F (or 0x18022F) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 2F. RGB value is (24,2,47). Sum of RGB (Red+Green+Blue) = 24+2+47=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #18022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18022F is #E7FDD0. Grayscale: #0D0D0D. Windows color (decimal): -15203793 or 3080728. OLE color: 3080728.

HSL color Cylindrical-coordinate representation of color #18022F: hue angle of 269.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18022F is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24247-
CMYK0.490.9600.82
HSL269.33º91.84%9.61%-
HSV(B)269.33º95.74%18.43%-
XYZ0.910.442.73-
YUV13.71146.79135.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 47 (18.75% from 255) = 64.38%
R=32.88%
G=2.74%
B=64.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal242470.490.9600.82269.3391.849.61
Hex1822F316005210d5ca
Octal3025761140012241513412
Binary110001010111111000111000000101001010000110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18022F; }

 p { color: rgb(24,2,47); }

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

<style>
 a { background-color: #18022F; }

 a { background-color: rgb(24,2,47); }

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

<style>
 span { border-color: #18022F; }

 span { border-color: rgb(24,2,47); }

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