Html Css Color HEX #180A1C Blackcurrant

📋 copy color: '#180A1C'

red 24 ◦ green 10 ◦ blue 28

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

Shades of Blackcurrant #180A1C

Tints of Blackcurrant #180A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.13%

 BLUE value IS 28 (11.33% from 255) = 45.16%

R = 38.71%
G = 16.13%
B = 45.16%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#180A1C (or 0x180A1C) is known color: Blackcurrant. HEX triplet: 18, 0A and 1C. RGB value is (24,10,28). Sum of RGB (Red+Green+Blue) = 24+10+28=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 10 (4.30% from 255 or 16.13% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #180A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A1C is #E7F5E3. Grayscale: #101010. Windows color (decimal): -15201764 or 1837592. OLE color: 1837592.

HSL color Cylindrical-coordinate representation of color #180A1C: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #180A1C is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 10 28 -
CMYK 0.14 0.64 0 0.89
HSL 286.67º 0.47% 0.07% -
HSV(B) 286.67º 0.64% 0.11% -
XYZ 0.69 0.5 1.16 -
YUV 16.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 24 10 28 0.14 0.64 0 0.89 286.67 0.47 0.07
Hex 18 A 1C E 40 0 59 11F 2F 7
Octal 30 12 34 16 100 0 131 437 57 7
Binary 11000 1010 11100 1110 1000000 0 1011001 100011111 101111 111

Color Harmonies of #180A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A1C

Black with #180A1C

Text Example


Text Example

White with #180A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,10,28); }

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

background-color css

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

 a { background-color: rgb(24,10,28); }

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

border-color css

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

 span { border-color: rgb(24,10,28); }

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