Html Css Color HEX #18051D Blackcurrant

📋 copy color: '#18051D'

red 24 ◦ green 5 ◦ blue 29

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

Shades of Blackcurrant #18051D

Tints of Blackcurrant #18051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 50%

R = 41.38%
G = 8.62%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18051D (or 0x18051D) is known color: Blackcurrant. HEX triplet: 18, 05 and 1D. RGB value is (24,5,29). Sum of RGB (Red+Green+Blue) = 24+5+29=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #18051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051D is #E7FAE2. Grayscale: #0D0D0D. Windows color (decimal): -15203043 or 1901848. OLE color: 1901848.

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

Color convert

RGB 24 5 29 -
CMYK 0.17 0.83 0 0.89
HSL 287.5º 0.71% 0.07% -
HSV(B) 287.5º 0.83% 0.11% -
XYZ 0.65 0.39 1.2 -
YUV 13.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 24 5 29 0.17 0.83 0 0.89 287.5 0.71 0.07
Hex 18 5 1D 11 53 0 59 120 47 7
Octal 30 5 35 21 123 0 131 440 107 7
Binary 11000 101 11101 10001 1010011 0 1011001 100100000 1000111 111

Color Harmonies of #18051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18051D

Black with #18051D

Text Example


Text Example

White with #18051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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