Html Css Color HEX #180024 Blackcurrant

📋 copy color: '#180024'

red 24 ◦ green 0 ◦ blue 36

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

Shades of Blackcurrant #180024

Tints of Blackcurrant #180024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#180024 (or 0x180024) is known color: Blackcurrant. HEX triplet: 18, 00 and 24. RGB value is (24,0,36). Sum of RGB (Red+Green+Blue) = 24+0+36=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #180024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180024 is #E7FFDB. Grayscale: #0B0B0B. Windows color (decimal): -15204316 or 2359320. OLE color: 2359320.

HSL color Cylindrical-coordinate representation of color #180024: hue angle of 280º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180024 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 0 36 -
CMYK 0.33 1 0 0.86
HSL 280º 1% 0.07% -
HSV(B) 280º 1% 0.14% -
XYZ 0.7 0.32 1.69 -
YUV 11.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 24 0 36 0.33 1 0 0.86 280 1 0.07
Hex 18 0 24 21 64 0 56 118 64 7
Octal 30 0 44 41 144 0 126 430 144 7
Binary 11000 0 100100 100001 1100100 0 1010110 100011000 1100100 111

Color Harmonies of #180024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180024

Black with #180024

Text Example


Text Example

White with #180024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180024; }

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

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

background-color css

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

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

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

border-color css

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

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

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