Html Css Color HEX #18021F Blackcurrant

📋 copy color: '#18021F'

red 24 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #18021F

Tints of Blackcurrant #18021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.51%

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

R = 42.11%
G = 3.51%
B = 54.39%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18021F (or 0x18021F) is known color: Blackcurrant. HEX triplet: 18, 02 and 1F. RGB value is (24,2,31). Sum of RGB (Red+Green+Blue) = 24+2+31=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #18021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021F is #E7FDE0. Grayscale: #0B0B0B. Windows color (decimal): -15203809 or 2032152. OLE color: 2032152.

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

Color convert

RGB 24 2 31 -
CMYK 0.23 0.94 0 0.88
HSL 285.52º 0.88% 0.06% -
HSV(B) 285.52º 0.94% 0.12% -
XYZ 0.65 0.34 1.33 -
YUV 11.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 24 2 31 0.23 0.94 0 0.88 285.52 0.88 0.06
Hex 18 2 1F 17 5E 0 58 11E 58 6
Octal 30 2 37 27 136 0 130 436 130 6
Binary 11000 10 11111 10111 1011110 0 1011000 100011110 1011000 110

Color Harmonies of #18021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18021F

Black with #18021F

Text Example


Text Example

White with #18021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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