Html Css Color HEX #180231 Blackcurrant

📋 copy color: '#180231'

red 24 ◦ green 2 ◦ blue 49

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

Shades of Blackcurrant #180231

Tints of Blackcurrant #180231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 65.33%

R = 32%
G = 2.67%
B = 65.33%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180231 (or 0x180231) is known color: Blackcurrant. HEX triplet: 18, 02 and 31. RGB value is (24,2,49). Sum of RGB (Red+Green+Blue) = 24+2+49=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #180231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180231 is #E7FDCE. Grayscale: #0D0D0D. Windows color (decimal): -15203791 or 3211800. OLE color: 3211800.

HSL color Cylindrical-coordinate representation of color #180231: hue angle of 268.09º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180231 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 2 49 -
CMYK 0.51 0.96 0 0.81
HSL 268.09º 0.92% 0.1% -
HSV(B) 268.09º 0.96% 0.19% -
XYZ 0.95 0.46 2.94 -
YUV 13.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 24 2 49 0.51 0.96 0 0.81 268.09 0.92 0.1
Hex 18 2 31 33 60 0 51 10C 5C A
Octal 30 2 61 63 140 0 121 414 134 12
Binary 11000 10 110001 110011 1100000 0 1010001 100001100 1011100 1010

Color Harmonies of #180231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180231

Black with #180231

Text Example


Text Example

White with #180231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180231; }

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

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

background-color css

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

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

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

border-color css

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

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

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