Html Css Color HEX #18031C Blackcurrant

📋 copy color: '#18031C'

red 24 ◦ green 3 ◦ blue 28

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

Shades of Blackcurrant #18031C

Tints of Blackcurrant #18031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.45%

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

R = 43.64%
G = 5.45%
B = 50.91%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18031C (or 0x18031C) is known color: Blackcurrant. HEX triplet: 18, 03 and 1C. RGB value is (24,3,28). Sum of RGB (Red+Green+Blue) = 24+3+28=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #18031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18031C is #E7FCE3. Grayscale: #0C0C0C. Windows color (decimal): -15203556 or 1835800. OLE color: 1835800.

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

Color convert

RGB 24 3 28 -
CMYK 0.14 0.89 0 0.89
HSL 290.4º 0.81% 0.06% -
HSV(B) 290.4º 0.89% 0.11% -
XYZ 0.62 0.34 1.13 -
YUV 12.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 24 3 28 0.14 0.89 0 0.89 290.4 0.81 0.06
Hex 18 3 1C E 59 0 59 122 51 6
Octal 30 3 34 16 131 0 131 442 121 6
Binary 11000 11 11100 1110 1011001 0 1011001 100100010 1010001 110

Color Harmonies of #18031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18031C

Black with #18031C

Text Example


Text Example

White with #18031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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