Html Css Color HEX #180B31 Blackcurrant

📋 copy color: '#180B31'

red 24 ◦ green 11 ◦ blue 49

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

Shades of Blackcurrant #180B31

Tints of Blackcurrant #180B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

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

R = 28.57%
G = 13.1%
B = 58.33%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#180B31 (or 0x180B31) is known color: Blackcurrant. HEX triplet: 18, 0B and 31. RGB value is (24,11,49). Sum of RGB (Red+Green+Blue) = 24+11+49=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #180B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B31 is #E7F4CE. Grayscale: #131313. Windows color (decimal): -15201487 or 3214104. OLE color: 3214104.

HSL color Cylindrical-coordinate representation of color #180B31: hue angle of 260.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180B31 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 11 49 -
CMYK 0.51 0.78 0 0.81
HSL 260.53º 0.63% 0.12% -
HSV(B) 260.53º 0.78% 0.19% -
XYZ 1.05 0.66 2.98 -
YUV 19.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 24 11 49 0.51 0.78 0 0.81 260.53 0.63 0.12
Hex 18 B 31 33 4E 0 51 105 3F C
Octal 30 13 61 63 116 0 121 405 77 14
Binary 11000 1011 110001 110011 1001110 0 1010001 100000101 111111 1100

Color Harmonies of #180B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B31

Black with #180B31

Text Example


Text Example

White with #180B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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