Html Css Color HEX #180E1F Blackcurrant

📋 copy color: '#180E1F'

red 24 ◦ green 14 ◦ blue 31

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

Shades of Blackcurrant #180E1F

Tints of Blackcurrant #180E1F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20.29%

 BLUE value IS 31 (12.5% from 255) = 44.93%

R = 34.78%
G = 20.29%
B = 44.93%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#180E1F (or 0x180E1F) is known color: Blackcurrant. HEX triplet: 18, 0E and 1F. RGB value is (24,14,31). Sum of RGB (Red+Green+Blue) = 24+14+31=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #180E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E1F is #E7F1E0. Grayscale: #121212. Windows color (decimal): -15200737 or 2035224. OLE color: 2035224.

HSL color Cylindrical-coordinate representation of color #180E1F: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #180E1F is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 14 31 -
CMYK 0.23 0.55 0 0.88
HSL 275.29º 0.38% 0.09% -
HSV(B) 275.29º 0.55% 0.12% -
XYZ 0.78 0.61 1.37 -
YUV 18.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 24 14 31 0.23 0.55 0 0.88 275.29 0.38 0.09
Hex 18 E 1F 17 37 0 58 113 26 9
Octal 30 16 37 27 67 0 130 423 46 11
Binary 11000 1110 11111 10111 110111 0 1011000 100010011 100110 1001

Color Harmonies of #180E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E1F

Black with #180E1F

Text Example


Text Example

White with #180E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,14,31); }

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

background-color css

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

 a { background-color: rgb(24,14,31); }

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

border-color css

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

 span { border-color: rgb(24,14,31); }

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