#180130

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

Shades of Blackcurrant #180130

Tints of Blackcurrant #180130

Color information

#180130 (or 0x180130) is unknown color: approx Blackcurrant. HEX triplet: 18, 01 and 30. RGB value is (24,1,48). Sum of RGB (Red+Green+Blue) = 24+1+48=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #180130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180130 is #E7FECF. Grayscale: #0D0D0D. Windows color (decimal): -15204048 or 3146008. OLE color: 3146008.

HSL color Cylindrical-coordinate representation of color #180130: hue angle of 269.36º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180130 is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24148-
CMYK0.50.9800.81
HSL269.36º95.92%9.61%-
HSV(B)269.36º97.92%18.82%-
XYZ0.920.432.83-
YUV13.24147.62135.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 48 (19.14% from 255) = 65.75%
R=32.88%
G=1.37%
B=65.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal241480.50.9800.81269.3695.929.61
Hex18130326205110d60a
Octal3016062142012141514012
Binary11000111000011001011000100101000110000110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180130; }

 p { color: rgb(24,1,48); }

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

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

 a { background-color: rgb(24,1,48); }

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

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

 span { border-color: rgb(24,1,48); }

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