Html Css Color HEX #180041 Blackcurrant

📋 copy color: '#180041'

red 24 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #180041

Tints of Blackcurrant #180041

RGB

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

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

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

R = 26.97%
G = 0%
B = 73.03%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#180041 (or 0x180041) is known color: Blackcurrant. HEX triplet: 18, 00 and 41. RGB value is (24,0,65). Sum of RGB (Red+Green+Blue) = 24+0+65=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #180041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180041 is #E7FFBE. Grayscale: #0E0E0E. Windows color (decimal): -15204287 or 4259864. OLE color: 4259864.

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

Color convert

RGB 24 0 65 -
CMYK 0.63 1 0 0.75
HSL 262.15º 1% 0.13% -
HSV(B) 262.15º 1% 0.25% -
XYZ 1.33 0.58 5.04 -
YUV 14.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 24 0 65 0.63 1 0 0.75 262.15 1 0.13
Hex 18 0 41 3F 64 0 4B 106 64 D
Octal 30 0 101 77 144 0 113 406 144 15
Binary 11000 0 1000001 111111 1100100 0 1001011 100000110 1100100 1101

Color Harmonies of #180041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180041

Black with #180041

Text Example


Text Example

White with #180041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180041; }

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

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

background-color css

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

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

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

border-color css

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

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

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