Html Css Color HEX #18051E Blackcurrant

📋 copy color: '#18051E'

red 24 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #18051E

Tints of Blackcurrant #18051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.47%

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

R = 40.68%
G = 8.47%
B = 50.85%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18051E (or 0x18051E) is known color: Blackcurrant. HEX triplet: 18, 05 and 1E. RGB value is (24,5,30). Sum of RGB (Red+Green+Blue) = 24+5+30=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #18051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051E is #E7FAE1. Grayscale: #0D0D0D. Windows color (decimal): -15203042 or 1967384. OLE color: 1967384.

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

Color convert

RGB 24 5 30 -
CMYK 0.20 0.83 0 0.88
HSL 285.6º 0.71% 0.07% -
HSV(B) 285.6º 0.83% 0.12% -
XYZ 0.67 0.4 1.27 -
YUV 13.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 24 5 30 0.20 0.83 0 0.88 285.6 0.71 0.07
Hex 18 5 1E 14 53 0 58 11E 47 7
Octal 30 5 36 24 123 0 130 436 107 7
Binary 11000 101 11110 10100 1010011 0 1011000 100011110 1000111 111

Color Harmonies of #18051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18051E

Black with #18051E

Text Example


Text Example

White with #18051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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