Html Css Color HEX #18081E Blackcurrant

📋 copy color: '#18081E'

red 24 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #18081E

Tints of Blackcurrant #18081E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 38.71%
G = 12.9%
B = 48.39%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18081E (or 0x18081E) is known color: Blackcurrant. HEX triplet: 18, 08 and 1E. RGB value is (24,8,30). Sum of RGB (Red+Green+Blue) = 24+8+30=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #18081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081E is #E7F7E1. Grayscale: #0F0F0F. Windows color (decimal): -15202274 or 1968152. OLE color: 1968152.

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

Color convert

RGB 24 8 30 -
CMYK 0.20 0.73 0 0.88
HSL 283.64º 0.58% 0.07% -
HSV(B) 283.64º 0.73% 0.12% -
XYZ 0.7 0.46 1.28 -
YUV 15.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 24 8 30 0.20 0.73 0 0.88 283.64 0.58 0.07
Hex 18 8 1E 14 49 0 58 11C 3A 7
Octal 30 10 36 24 111 0 130 434 72 7
Binary 11000 1000 11110 10100 1001001 0 1011000 100011100 111010 111

Color Harmonies of #18081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18081E

Black with #18081E

Text Example


Text Example

White with #18081E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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