#180238

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

Shades of Blackcurrant #180238

Tints of Blackcurrant #180238

Color information

#180238 (or 0x180238) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 38. RGB value is (24,2,56). Sum of RGB (Red+Green+Blue) = 24+2+56=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #180238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180238 is #E7FDC7. Grayscale: #0E0E0E. Windows color (decimal): -15203784 or 3670552. OLE color: 3670552.

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

Color convert

RGB24256-
CMYK0.570.9600.78
HSL264.44º93.1%11.37%-
HSV(B)264.44º96.43%21.96%-
XYZ1.110.523.78-
YUV14.73151.29134.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=29.27%
G=2.44%
B=68.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal242560.570.9600.78264.4493.111.37
Hex18238396004E1085db
Octal3027071140011641013513
Binary110001011100011100111000000100111010000100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180238; }

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

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

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

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

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

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

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

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