Html Css Color HEX #180241 Blackcurrant

📋 copy color: '#180241'

red 24 ◦ green 2 ◦ blue 65

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

Shades of Blackcurrant #180241

Tints of Blackcurrant #180241

RGB

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

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

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

R = 26.37%
G = 2.2%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#180241 (or 0x180241) is known color: Blackcurrant. HEX triplet: 18, 02 and 41. RGB value is (24,2,65). Sum of RGB (Red+Green+Blue) = 24+2+65=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #180241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180241 is #E7FDBE. Grayscale: #0F0F0F. Windows color (decimal): -15203775 or 4260376. OLE color: 4260376.

HSL color Cylindrical-coordinate representation of color #180241: hue angle of 260.95º 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 #180241 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 2 65 -
CMYK 0.63 0.97 0 0.75
HSL 260.95º 0.94% 0.13% -
HSV(B) 260.95º 0.97% 0.25% -
XYZ 1.35 0.62 5.05 -
YUV 15.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 24 2 65 0.63 0.97 0 0.75 260.95 0.94 0.13
Hex 18 2 41 3F 61 0 4B 105 5E D
Octal 30 2 101 77 141 0 113 405 136 15
Binary 11000 10 1000001 111111 1100001 0 1001011 100000101 1011110 1101

Color Harmonies of #180241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180241

Black with #180241

Text Example


Text Example

White with #180241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180241; }

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

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

background-color css

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

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

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

border-color css

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

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

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