Html Css Color HEX #18071E Blackcurrant

📋 copy color: '#18071E'

red 24 ◦ green 7 ◦ blue 30

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

Shades of Blackcurrant #18071E

Tints of Blackcurrant #18071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.48%

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

R = 39.34%
G = 11.48%
B = 49.18%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18071E (or 0x18071E) is known color: Blackcurrant. HEX triplet: 18, 07 and 1E. RGB value is (24,7,30). Sum of RGB (Red+Green+Blue) = 24+7+30=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #18071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071E is #E7F8E1. Grayscale: #0E0E0E. Windows color (decimal): -15202530 or 1967896. OLE color: 1967896.

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

Color convert

RGB 24 7 30 -
CMYK 0.20 0.77 0 0.88
HSL 284.35º 0.62% 0.07% -
HSV(B) 284.35º 0.77% 0.12% -
XYZ 0.69 0.44 1.28 -
YUV 14.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 24 7 30 0.20 0.77 0 0.88 284.35 0.62 0.07
Hex 18 7 1E 14 4D 0 58 11C 3E 7
Octal 30 7 36 24 115 0 130 434 76 7
Binary 11000 111 11110 10100 1001101 0 1011000 100011100 111110 111

Color Harmonies of #18071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18071E

Black with #18071E

Text Example


Text Example

White with #18071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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