Html Css Color HEX #18001E Blackcurrant

📋 copy color: '#18001E'

red 24 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #18001E

Tints of Blackcurrant #18001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 55.56%

R = 44.44%
G = 0%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18001E (or 0x18001E) is known color: Blackcurrant. HEX triplet: 18, 00 and 1E. RGB value is (24,0,30). Sum of RGB (Red+Green+Blue) = 24+0+30=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #18001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18001E is #E7FFE1. Grayscale: #0A0A0A. Windows color (decimal): -15204322 or 1966104. OLE color: 1966104.

HSL color Cylindrical-coordinate representation of color #18001E: hue angle of 288º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18001E is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 0 30 -
CMYK 0.20 1 0 0.88
HSL 288º 1% 0.06% -
HSV(B) 288º 1% 0.12% -
XYZ 0.61 0.29 1.25 -
YUV 10.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 24 0 30 0.20 1 0 0.88 288 1 0.06
Hex 18 0 1E 14 64 0 58 120 64 6
Octal 30 0 36 24 144 0 130 440 144 6
Binary 11000 0 11110 10100 1100100 0 1011000 100100000 1100100 110

Color Harmonies of #18001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18001E

Black with #18001E

Text Example


Text Example

White with #18001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18001E; }

 p { color: rgb(24,0,30); }

 H1.HeaderClassName
 {
   color: #18001E;
 }
 .AnyTagClassName
 {
   color: #18001E;
 }
</style>

background-color css

<style>
 a { background-color: #18001E; }

 a { background-color: rgb(24,0,30); }

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

border-color css

<style>
 span { border-color: #18001E; }

 span { border-color: rgb(24,0,30); }

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