Html Css Color HEX #18032C Blackcurrant

📋 copy color: '#18032C'

red 24 ◦ green 3 ◦ blue 44

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

Shades of Blackcurrant #18032C

Tints of Blackcurrant #18032C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 61.97%

R = 33.8%
G = 4.23%
B = 61.97%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18032C (or 0x18032C) is known color: Blackcurrant. HEX triplet: 18, 03 and 2C. RGB value is (24,3,44). Sum of RGB (Red+Green+Blue) = 24+3+44=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #18032C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18032C is #E7FCD3. Grayscale: #0D0D0D. Windows color (decimal): -15203540 or 2884376. OLE color: 2884376.

HSL color Cylindrical-coordinate representation of color #18032C: hue angle of 270.73º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18032C is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 3 44 -
CMYK 0.45 0.93 0 0.83
HSL 270.73º 0.87% 0.09% -
HSV(B) 270.73º 0.93% 0.17% -
XYZ 0.86 0.44 2.42 -
YUV 13.95 144.96 135.17 -
System Red Green Blue C M Y K H S L
Decimal 24 3 44 0.45 0.93 0 0.83 270.73 0.87 0.09
Hex 18 3 2C 2D 5D 0 53 10F 57 9
Octal 30 3 54 55 135 0 123 417 127 11
Binary 11000 11 101100 101101 1011101 0 1010011 100001111 1010111 1001

Color Harmonies of #18032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18032C

Black with #18032C

Text Example


Text Example

White with #18032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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