Html Css Color HEX #180620 Blackcurrant

📋 copy color: '#180620'

red 24 ◦ green 6 ◦ blue 32

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

Shades of Blackcurrant #180620

Tints of Blackcurrant #180620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 38.71%
G = 9.68%
B = 51.61%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#180620 (or 0x180620) is known color: Blackcurrant. HEX triplet: 18, 06 and 20. RGB value is (24,6,32). Sum of RGB (Red+Green+Blue) = 24+6+32=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 32 (12.89% from 255 or 51.61% from 62); Max value from RGB is 32 - color contains mainly: blue. Hex color #180620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180620 is #E7F9DF. Grayscale: #0E0E0E. Windows color (decimal): -15202784 or 2098712. OLE color: 2098712.

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

Color convert

RGB 24 6 32 -
CMYK 0.25 0.81 0 0.87
HSL 281.54º 0.68% 0.07% -
HSV(B) 281.54º 0.81% 0.13% -
XYZ 0.7 0.43 1.41 -
YUV 14.35 137.96 134.89 -
System Red Green Blue C M Y K H S L
Decimal 24 6 32 0.25 0.81 0 0.87 281.54 0.68 0.07
Hex 18 6 20 19 51 0 57 11A 44 7
Octal 30 6 40 31 121 0 127 432 104 7
Binary 11000 110 100000 11001 1010001 0 1010111 100011010 1000100 111

Color Harmonies of #180620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180620

Black with #180620

Text Example


Text Example

White with #180620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180620; }

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

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

background-color css

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

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

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

border-color css

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

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

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