Html Css Color HEX #18011C Blackcurrant

📋 copy color: '#18011C'

red 24 ◦ green 1 ◦ blue 28

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

Shades of Blackcurrant #18011C

Tints of Blackcurrant #18011C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.89%

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

R = 45.28%
G = 1.89%
B = 52.83%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18011C (or 0x18011C) is known color: Blackcurrant. HEX triplet: 18, 01 and 1C. RGB value is (24,1,28). Sum of RGB (Red+Green+Blue) = 24+1+28=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #18011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18011C is #E7FEE3. Grayscale: #0A0A0A. Windows color (decimal): -15204068 or 1835288. OLE color: 1835288.

HSL color Cylindrical-coordinate representation of color #18011C: hue angle of 291.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18011C is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 1 28 -
CMYK 0.14 0.96 0 0.89
HSL 291.11º 0.93% 0.06% -
HSV(B) 291.11º 0.96% 0.11% -
XYZ 0.6 0.3 1.12 -
YUV 10.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 24 1 28 0.14 0.96 0 0.89 291.11 0.93 0.06
Hex 18 1 1C E 60 0 59 123 5D 6
Octal 30 1 34 16 140 0 131 443 135 6
Binary 11000 1 11100 1110 1100000 0 1011001 100100011 1011101 110

Color Harmonies of #18011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18011C

Black with #18011C

Text Example


Text Example

White with #18011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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