Html Css Color HEX #18091C Blackcurrant

📋 copy color: '#18091C'

red 24 ◦ green 9 ◦ blue 28

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

Shades of Blackcurrant #18091C

Tints of Blackcurrant #18091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 45.9%

R = 39.34%
G = 14.75%
B = 45.9%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18091C (or 0x18091C) is known color: Blackcurrant. HEX triplet: 18, 09 and 1C. RGB value is (24,9,28). Sum of RGB (Red+Green+Blue) = 24+9+28=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #18091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091C is #E7F6E3. Grayscale: #0F0F0F. Windows color (decimal): -15202020 or 1837336. OLE color: 1837336.

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

Color convert

RGB 24 9 28 -
CMYK 0.14 0.68 0 0.89
HSL 287.37º 0.51% 0.07% -
HSV(B) 287.37º 0.68% 0.11% -
XYZ 0.68 0.47 1.15 -
YUV 15.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 24 9 28 0.14 0.68 0 0.89 287.37 0.51 0.07
Hex 18 9 1C E 44 0 59 11F 33 7
Octal 30 11 34 16 104 0 131 437 63 7
Binary 11000 1001 11100 1110 1000100 0 1011001 100011111 110011 111

Color Harmonies of #18091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18091C

Black with #18091C

Text Example


Text Example

White with #18091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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