Html Css Color HEX #18091F Blackcurrant

📋 copy color: '#18091F'

red 24 ◦ green 9 ◦ blue 31

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

Shades of Blackcurrant #18091F

Tints of Blackcurrant #18091F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 48.44%

R = 37.5%
G = 14.06%
B = 48.44%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18091F (or 0x18091F) is known color: Blackcurrant. HEX triplet: 18, 09 and 1F. RGB value is (24,9,31). Sum of RGB (Red+Green+Blue) = 24+9+31=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #18091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18091F is #E7F6E0. Grayscale: #0F0F0F. Windows color (decimal): -15202017 or 2033944. OLE color: 2033944.

HSL color Cylindrical-coordinate representation of color #18091F: hue angle of 280.91º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18091F is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 9 31 -
CMYK 0.23 0.71 0 0.88
HSL 280.91º 0.55% 0.08% -
HSV(B) 280.91º 0.71% 0.12% -
XYZ 0.72 0.49 1.35 -
YUV 15.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 24 9 31 0.23 0.71 0 0.88 280.91 0.55 0.08
Hex 18 9 1F 17 47 0 58 119 37 8
Octal 30 11 37 27 107 0 130 431 67 10
Binary 11000 1001 11111 10111 1000111 0 1011000 100011001 110111 1000

Color Harmonies of #18091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18091F

Black with #18091F

Text Example


Text Example

White with #18091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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