#180236

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

Shades of Blackcurrant #180236

Tints of Blackcurrant #180236

Color information

#180236 (or 0x180236) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 36. RGB value is (24,2,54). Sum of RGB (Red+Green+Blue) = 24+2+54=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 54 (21.48% from 255 or 67.5% from 80); Max value from RGB is 54 - color contains mainly: blue. Hex color #180236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180236 is #E7FDC9. Grayscale: #0E0E0E. Windows color (decimal): -15203786 or 3539480. OLE color: 3539480.

HSL color Cylindrical-coordinate representation of color #180236: hue angle of 265.38º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180236 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24254-
CMYK0.560.9600.79
HSL265.38º92.86%10.98%-
HSV(B)265.38º96.3%21.18%-
XYZ1.060.53.53-
YUV14.51150.29134.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 54 (21.48% from 255) = 67.5%
R=30%
G=2.5%
B=67.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal242540.560.9600.79265.3892.8610.98
Hex18236386004F1095db
Octal3026670140011741113513
Binary110001011011011100011000000100111110000100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180236; }

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

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

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

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

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

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

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

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