#180037

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

Shades of Blackcurrant #180037

Tints of Blackcurrant #180037

Color information

#180037 (or 0x180037) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 37. RGB value is (24,0,55). Sum of RGB (Red+Green+Blue) = 24+0+55=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #180037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180037 is #E7FFC8. Grayscale: #0D0D0D. Windows color (decimal): -15204297 or 3604504. OLE color: 3604504.

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

Color convert

RGB24055-
CMYK0.56100.78
HSL266.18º100%10.78%-
HSV(B)266.18º100%21.57%-
XYZ1.070.473.65-
YUV13.45151.45135.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 69.62%
R=30.38%
G=0%
B=69.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal240550.56100.78266.1810010.78
Hex18037386404E10a64b
Octal3006770144011641214413
Binary11000011011111100011001000100111010000101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180037; }

 p { color: rgb(24,0,55); }

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

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

 a { background-color: rgb(24,0,55); }

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

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

 span { border-color: rgb(24,0,55); }

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