Html Css Color HEX #18061F Blackcurrant

📋 copy color: '#18061F'

red 24 ◦ green 6 ◦ blue 31

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

Shades of Blackcurrant #18061F

Tints of Blackcurrant #18061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.84%

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

R = 39.34%
G = 9.84%
B = 50.82%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18061F (or 0x18061F) is known color: Blackcurrant. HEX triplet: 18, 06 and 1F. RGB value is (24,6,31). Sum of RGB (Red+Green+Blue) = 24+6+31=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #18061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061F is #E7F9E0. Grayscale: #0E0E0E. Windows color (decimal): -15202785 or 2033176. OLE color: 2033176.

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

Color convert

RGB 24 6 31 -
CMYK 0.23 0.81 0 0.88
HSL 283.2º 0.68% 0.07% -
HSV(B) 283.2º 0.81% 0.12% -
XYZ 0.69 0.42 1.34 -
YUV 14.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 24 6 31 0.23 0.81 0 0.88 283.2 0.68 0.07
Hex 18 6 1F 17 51 0 58 11B 44 7
Octal 30 6 37 27 121 0 130 433 104 7
Binary 11000 110 11111 10111 1010001 0 1011000 100011011 1000100 111

Color Harmonies of #18061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18061F

Black with #18061F

Text Example


Text Example

White with #18061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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