#18033B

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

Shades of Blackcurrant #18033B

Tints of Blackcurrant #18033B

Color information

#18033B (or 0x18033B) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 3B. RGB value is (24,3,59). Sum of RGB (Red+Green+Blue) = 24+3+59=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #18033B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18033B is #E7FCC4. Grayscale: #0F0F0F. Windows color (decimal): -15203525 or 3867416. OLE color: 3867416.

HSL color Cylindrical-coordinate representation of color #18033B: hue angle of 262.5º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18033B is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24359-
CMYK0.590.9500.77
HSL262.5º90.32%12.16%-
HSV(B)262.5º94.92%23.14%-
XYZ1.20.584.19-
YUV15.66152.46133.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=27.91%
G=3.49%
B=68.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal243590.590.9500.77262.590.3212.16
Hex1833B3B5F04D1065ac
Octal3037373137011540613214
Binary110001111101111101110111110100110110000011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18033B; }

 p { color: rgb(24,3,59); }

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

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

 a { background-color: rgb(24,3,59); }

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

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

 span { border-color: rgb(24,3,59); }

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