Html Css Color HEX #18091A Blackcurrant

📋 copy color: '#18091A'

red 24 ◦ green 9 ◦ blue 26

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

Shades of Blackcurrant #18091A

Tints of Blackcurrant #18091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 44.07%

R = 40.68%
G = 15.25%
B = 44.07%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#18091A (or 0x18091A) is known color: Blackcurrant. HEX triplet: 18, 09 and 1A. RGB value is (24,9,26). Sum of RGB (Red+Green+Blue) = 24+9+26=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 26 - color contains mainly: blue. Hex color #18091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091A is #E7F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15202022 or 1706264. OLE color: 1706264.

HSL color Cylindrical-coordinate representation of color #18091A: hue angle of 292.94º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18091A is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 24 9 26 -
CMYK 0.08 0.65 0 0.90
HSL 292.94º 0.49% 0.07% -
HSV(B) 292.94º 0.65% 0.1% -
XYZ 0.66 0.46 1.03 -
YUV 15.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 24 9 26 0.08 0.65 0 0.90 292.94 0.49 0.07
Hex 18 9 1A 8 41 0 5A 125 31 7
Octal 30 11 32 10 101 0 132 445 61 7
Binary 11000 1001 11010 1000 1000001 0 1011010 100100101 110001 111

Color Harmonies of #18091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18091A

Black with #18091A

Text Example


Text Example

White with #18091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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