#180838

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

Shades of Blackcurrant #180838

Tints of Blackcurrant #180838

Color information

#180838 (or 0x180838) is unknown color: approx Blackcurrant. HEX triplet: 18, 08 and 38. RGB value is (24,8,56). Sum of RGB (Red+Green+Blue) = 24+8+56=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #180838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180838 is #E7F7C7. Grayscale: #121212. Windows color (decimal): -15202248 or 3672088. OLE color: 3672088.

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

Color convert

RGB24856-
CMYK0.570.8600.78
HSL260º75%12.55%-
HSV(B)260º85.71%21.96%-
XYZ1.180.653.81-
YUV18.26149.3132.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=27.27%
G=9.09%
B=63.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal248560.570.8600.782607512.55
Hex18838395604E1044bd
Octal30107071126011640411315
Binary11000100011100011100110101100100111010000010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180838; }

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

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

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

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

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

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

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

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