Html Css Color HEX #180120 Blackcurrant

📋 copy color: '#180120'

red 24 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #180120

Tints of Blackcurrant #180120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.75%

 BLUE value IS 32 (12.89% from 255) = 56.14%

R = 42.11%
G = 1.75%
B = 56.14%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180120 (or 0x180120) is known color: Blackcurrant. HEX triplet: 18, 01 and 20. RGB value is (24,1,32). Sum of RGB (Red+Green+Blue) = 24+1+32=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #180120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180120 is #E7FEDF. Grayscale: #0B0B0B. Windows color (decimal): -15204064 or 2097432. OLE color: 2097432.

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

Color convert

RGB 24 1 32 -
CMYK 0.25 0.97 0 0.87
HSL 284.52º 0.94% 0.06% -
HSV(B) 284.52º 0.97% 0.13% -
XYZ 0.65 0.32 1.39 -
YUV 11.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 24 1 32 0.25 0.97 0 0.87 284.52 0.94 0.06
Hex 18 1 20 19 61 0 57 11D 5E 6
Octal 30 1 40 31 141 0 127 435 136 6
Binary 11000 1 100000 11001 1100001 0 1010111 100011101 1011110 110

Color Harmonies of #180120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180120

Black with #180120

Text Example


Text Example

White with #180120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180120; }

 p { color: rgb(24,1,32); }

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

background-color css

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

 a { background-color: rgb(24,1,32); }

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

border-color css

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

 span { border-color: rgb(24,1,32); }

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