#18023D

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

Shades of Blackcurrant #18023D

Tints of Blackcurrant #18023D

Color information

#18023D (or 0x18023D) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 3D. RGB value is (24,2,61). Sum of RGB (Red+Green+Blue) = 24+2+61=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #18023D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023D is #E7FDC2. Grayscale: #0F0F0F. Windows color (decimal): -15203779 or 3998232. OLE color: 3998232.

HSL color Cylindrical-coordinate representation of color #18023D: hue angle of 262.37º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18023D is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24261-
CMYK0.610.9700.76
HSL262.37º93.65%12.35%-
HSV(B)262.37º96.72%23.92%-
XYZ1.240.574.46-
YUV15.3153.79134.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 61 (24.22% from 255) = 70.11%
R=27.59%
G=2.30%
B=70.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal242610.610.9700.76262.3793.6512.35
Hex1823D3D6104C1065ec
Octal3027575141011440613614
Binary110001011110111110111000010100110010000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18023D; }

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

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

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

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

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

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

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

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