Html Css Color HEX #18032E Blackcurrant

📋 copy color: '#18032E'

red 24 ◦ green 3 ◦ blue 46

#18032E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #18032E

Tints of Blackcurrant #18032E

RGB

 RED value IS 24 (9.77% from 255) = 32.88%

 GREEN value IS 3 (1.56% from 255) = 4.11%

 BLUE value IS 46 (18.36% from 255) = 63.01%

R = 32.88%
G = 4.11%
B = 63.01%

CMYK

 C value IS 0.48

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18032E (or 0x18032E) is known color: Blackcurrant. HEX triplet: 18, 03 and 2E. RGB value is (24,3,46). Sum of RGB (Red+Green+Blue) = 24+3+46=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #18032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18032E is #E7FCD1. Grayscale: #0E0E0E. Windows color (decimal): -15203538 or 3015448. OLE color: 3015448.

HSL color Cylindrical-coordinate representation of color #18032E: hue angle of 269.3º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18032E is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 3 46 -
CMYK 0.48 0.93 0 0.82
HSL 269.3º 0.88% 0.1% -
HSV(B) 269.3º 0.93% 0.18% -
XYZ 0.9 0.46 2.63 -
YUV 14.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 24 3 46 0.48 0.93 0 0.82 269.3 0.88 0.1
Hex 18 3 2E 30 5D 0 52 10D 58 A
Octal 30 3 56 60 135 0 122 415 130 12
Binary 11000 11 101110 110000 1011101 0 1010010 100001101 1011000 1010

Color Harmonies of #18032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18032E

Black with #18032E

Text Example


Text Example

White with #18032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18032E; }

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

 H1.HeaderClassName
 {
   color: #18032E;
 }
 .AnyTagClassName
 {
   color: #18032E;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #18032E;
 }
 .BgClassName
 {
   background-color: #18032E;
 }
</style>

border-color css

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

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

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