Html Css Color HEX #18081F Blackcurrant

📋 copy color: '#18081F'

red 24 ◦ green 8 ◦ blue 31

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

Shades of Blackcurrant #18081F

Tints of Blackcurrant #18081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

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

R = 38.1%
G = 12.7%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18081F (or 0x18081F) is known color: Blackcurrant. HEX triplet: 18, 08 and 1F. RGB value is (24,8,31). Sum of RGB (Red+Green+Blue) = 24+8+31=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #18081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18081F is #E7F7E0. Grayscale: #0F0F0F. Windows color (decimal): -15202273 or 2033688. OLE color: 2033688.

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

Color convert

RGB 24 8 31 -
CMYK 0.23 0.74 0 0.88
HSL 281.74º 0.59% 0.08% -
HSV(B) 281.74º 0.74% 0.12% -
XYZ 0.71 0.47 1.35 -
YUV 15.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 24 8 31 0.23 0.74 0 0.88 281.74 0.59 0.08
Hex 18 8 1F 17 4A 0 58 11A 3B 8
Octal 30 10 37 27 112 0 130 432 73 10
Binary 11000 1000 11111 10111 1001010 0 1011000 100011010 111011 1000

Color Harmonies of #18081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18081F

Black with #18081F

Text Example


Text Example

White with #18081F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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