Html Css Color HEX #180141 Blackcurrant

📋 copy color: '#180141'

red 24 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #180141

Tints of Blackcurrant #180141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 72.22%

R = 26.67%
G = 1.11%
B = 72.22%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#180141 (or 0x180141) is known color: Blackcurrant. HEX triplet: 18, 01 and 41. RGB value is (24,1,65). Sum of RGB (Red+Green+Blue) = 24+1+65=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #180141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180141 is #E7FEBE. Grayscale: #0E0E0E. Windows color (decimal): -15204031 or 4260120. OLE color: 4260120.

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

Color convert

RGB 24 1 65 -
CMYK 0.63 0.98 0 0.75
HSL 261.56º 0.97% 0.13% -
HSV(B) 261.56º 0.98% 0.25% -
XYZ 1.34 0.6 5.05 -
YUV 15.17 156.12 134.3 -
System Red Green Blue C M Y K H S L
Decimal 24 1 65 0.63 0.98 0 0.75 261.56 0.97 0.13
Hex 18 1 41 3F 62 0 4B 106 61 D
Octal 30 1 101 77 142 0 113 406 141 15
Binary 11000 1 1000001 111111 1100010 0 1001011 100000110 1100001 1101

Color Harmonies of #180141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180141

Black with #180141

Text Example


Text Example

White with #180141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180141; }

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

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

background-color css

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

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

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

border-color css

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

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

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