Html Css Color HEX #18061E Blackcurrant

📋 copy color: '#18061E'

red 24 ◦ green 6 ◦ blue 30

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

Shades of Blackcurrant #18061E

Tints of Blackcurrant #18061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10%

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

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18061E (or 0x18061E) is known color: Blackcurrant. HEX triplet: 18, 06 and 1E. RGB value is (24,6,30). Sum of RGB (Red+Green+Blue) = 24+6+30=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #18061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061E is #E7F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15202786 or 1967640. OLE color: 1967640.

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

Color convert

RGB 24 6 30 -
CMYK 0.20 0.80 0 0.88
HSL 285º 0.67% 0.07% -
HSV(B) 285º 0.8% 0.12% -
XYZ 0.68 0.42 1.27 -
YUV 14.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 24 6 30 0.20 0.80 0 0.88 285 0.67 0.07
Hex 18 6 1E 14 50 0 58 11D 43 7
Octal 30 6 36 24 120 0 130 435 103 7
Binary 11000 110 11110 10100 1010000 0 1011000 100011101 1000011 111

Color Harmonies of #18061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18061E

Black with #18061E

Text Example


Text Example

White with #18061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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