Html Css Color HEX #18091D Blackcurrant

📋 copy color: '#18091D'

red 24 ◦ green 9 ◦ blue 29

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

Shades of Blackcurrant #18091D

Tints of Blackcurrant #18091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.52%

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

R = 38.71%
G = 14.52%
B = 46.77%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18091D (or 0x18091D) is known color: Blackcurrant. HEX triplet: 18, 09 and 1D. RGB value is (24,9,29). Sum of RGB (Red+Green+Blue) = 24+9+29=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #18091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091D is #E7F6E2. Grayscale: #0F0F0F. Windows color (decimal): -15202019 or 1902872. OLE color: 1902872.

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

Color convert

RGB 24 9 29 -
CMYK 0.17 0.69 0 0.89
HSL 285º 0.53% 0.07% -
HSV(B) 285º 0.69% 0.11% -
XYZ 0.7 0.48 1.22 -
YUV 15.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 24 9 29 0.17 0.69 0 0.89 285 0.53 0.07
Hex 18 9 1D 11 45 0 59 11D 35 7
Octal 30 11 35 21 105 0 131 435 65 7
Binary 11000 1001 11101 10001 1000101 0 1011001 100011101 110101 111

Color Harmonies of #18091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18091D

Black with #18091D

Text Example


Text Example

White with #18091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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