Html Css Color HEX #180240 Blackcurrant

📋 copy color: '#180240'

red 24 ◦ green 2 ◦ blue 64

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

Shades of Blackcurrant #180240

Tints of Blackcurrant #180240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 64 (25.39% from 255) = 71.11%

R = 26.67%
G = 2.22%
B = 71.11%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#180240 (or 0x180240) is known color: Blackcurrant. HEX triplet: 18, 02 and 40. RGB value is (24,2,64). Sum of RGB (Red+Green+Blue) = 24+2+64=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #180240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180240 is #E7FDBF. Grayscale: #0F0F0F. Windows color (decimal): -15203776 or 4194840. OLE color: 4194840.

HSL color Cylindrical-coordinate representation of color #180240: hue angle of 261.29º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180240 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 2 64 -
CMYK 0.62 0.97 0 0.75
HSL 261.29º 0.94% 0.13% -
HSV(B) 261.29º 0.97% 0.25% -
XYZ 1.32 0.61 4.9 -
YUV 15.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 24 2 64 0.62 0.97 0 0.75 261.29 0.94 0.13
Hex 18 2 40 3E 61 0 4B 105 5E D
Octal 30 2 100 76 141 0 113 405 136 15
Binary 11000 10 1000000 111110 1100001 0 1001011 100000101 1011110 1101

Color Harmonies of #180240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180240

Black with #180240

Text Example


Text Example

White with #180240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180240; }

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

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

background-color css

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

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

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

border-color css

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

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

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